Send SMS Reminder
POST https://rest.webropolsurveys.com/api/v1/events/{{EventId}}/send/sms/reminder
Sends an reminder SMS to the recipients. You can define following details in body: EventReminderSMSBody, EventReminderSendingMode and LimitAnsweringDays.
Reminder doesn't include link. If you want to include link you can use SMS Send request with NumberOfReminders setting.
SenderName setting is not available in reminder. Reminder always uses the SenderName from original SMS sending.
NOTE: This request uses /events/ in URL instead of /surveys/.
Request Body
{"EventReminderSMSBody"=>"string", "EventReminderSendingMode"=>"Stub", "LimitAnsweringDays"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"NumberOfSentSMS":0}