Create a channel
POST/v3/channels
schedule, relative_schedule only required when mode is RECURRING, RELATIVE_RECURRING respectively and sms, email, link properties only required when type is SMS, EMAIL, LINK and animation_direction can be provided when type is OFFLINE
Request
- application/json
Body
Array [
]
Array [
]
Possible values: [EMAIL
, SMS
, LINK
, OFFLINE
]
Type of the channel
Possible values: [BLAST
, RECURRING
, RELATIVE_RECURRING
]
Default value: BLAST
Mode of the channel, not required when type is LINK and OFFLINE
Deprecated, please use update channel instead
contacts
object[]
Possible values: >= 1
, <= 20000
Email ID of the contact, required when type is EMAIL
Mobile number in E.164 format, required when type is SMS
Possible values: >= 1
, <= 20
Id of the survey
Name of the channel
Timestamp at which survey should be sent
Possible values: >= 1
Number of days after which survey should be shared
schedule
object
Possible values: [WEEKLY
, MONTHLY
, YEARLY
]
config
object
Possible values: >= 1
Possible values: >= 1
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
], >= 1
relative_schedule
object
first_nps
object
Possible values: >= 1
Delay after which first survey to be shared
Possible values: [Days
, Months
]
Unit of the delay
Id of the contact property, only DATE type contact properties are allowed
Possible values: [NONE
, EVERY_45_DAYS
, EVERY_3_MONTHS
, EVERY_6_MONTHS
, EVERY_1_YEAR
]
Repetition of survey sharing after first share
reminders
object[]
Array of reminders
Subject of the reminder, both {company_name} and {survey_link} variables are required when channel type is SMS
Body of the reminder. Not required for SMS channel type. Note:Placeholders are supported for Customer Experience (CX) surveys only.
Possible values: [NOT_RESPONDED
, PARTIALLY_RESPONDED
]
Type of the responders
Possible values: >= 1
Delay after which reminder to be sent
Possible values: [Days
, Weeks
, Months
]
Unit of the delay
properties
object
Properties of the reminder
sms
object
Only required when type is SMS
Possible values: <= 140 characters
Message of sms, both {company_name} and {survey_link} variables are required.
For using SurveySparrow message service you need to agree the consent
Id of the custom target, default target will be taken if not given
email
object
Subject of the email
properties
object
Body of the email
From address of the email
Custom footer value
Set true to show SurveySparrow branding on email
Reply to address of the email
Id of the email theme
link
object
Title of the weblink channel
Description of the web link channel
Image link of the weblink channel, provide link for a JPEG or PNG image. Get best results when the image is 1200 x 630 pixels
offline
object
Possible values: [Horizontal
, Vertical
]
Animation Direction of the offline channel
Default value: true
If set to true, survey will be shared even if throttling is met
Only applicable for CX survey types
Responses
- 200
Successful
- */*
- Schema
- Example (from schema)
Schema
data
object
Id of channel
Name of channel
Status of the share
Type of channel
{
"data": {
"id": 1,
"name": "Email share 1",
"status": "ACTIVE",
"type": "EMAIL",
"properties": {}
}
}