Add contact to contact list

I was wanting to get contacts added through a webform and add them to a Campaign contact list.

I looked through this sample but I want the contact added to the contact list without having to log in. I want it to add when the web form is submitted > https://developer.mypurecloud.com/api/tutorials/call-list-management/#javascript

Can you point me in the right direction?

You must be authorized to make API requests: https://developer.mypurecloud.com/api/rest/authorization/index.html. To send data from an unauthenticated source to PureCloud, you'll need to build a service that can validate the incoming request to protect your org from malicious intent and make the PureCloud request with authentication. This project illustrates the basics of this concept with creating callbacks: https://github.com/MyPureCloud/public-stats-service.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.