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

NameTypeDescription

env*

String

Datacenter identifier for client

Headers

NameTypeDescription

Authorization

String

Bearer {access_token}

Request Body

NameTypeDescription

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.

{
  "msg": "Request data is correct",
  "msgId": "615c1b44b8674a62ae68c5a7",
  "data": {
    "accepted": 1,
    "rejected": 0,
    "rejected_list": []
  }
}

Last updated