Create Survey Campaign
Using RESTFul APIs, a user can send customized messages to multiple end customers to collect their responses. The mediums available are SMS and email. We provide various customization apart from real
POST
https://{env}.survey2connect.com/v2/api/survey-campaigns
Path Parameters
Name
Type
Description
env*
String
Datacenter identifier for client
Headers
Name
Type
Description
Authorization
String
Bearer {access_token}
Request Body
Name
Type
Description
collectortoken*
String
Corresponding API collector unique token id (provided by platform)
medium*
String
Source of communication. Values for "medium" include: “1”: SMS
“2”: Email (default)
contacts*
Array
An array of contacts to which surveys are to be triggered.
Last updated
Was this helpful?