Schedule Email Reminder

POST https://rest.webropolsurveys.com/api/v1/surveys/{{SurveyId}}/scheduleEmailReminder

Sends an email to the recipients. You can define following details in body.

{
  "Filter": "SendToAll", //Allowed values: 'SendToAll', 'SendToNew', 'NotAnswered', 'Answered'
  "EmailBody": "Please respond to my survey",  //HTML is allowed
  "EmailSubject": "Survey Invitation",
  "TemplateId": "00000000-0000-0000-0000-000000000000", //Optional email template to be used
  "RecipientGroupId": "00000000-0000-0000-0000-000000000000" //Optional recipient group
  "LimitAnsweringDays": 0 //optional
}

NOTE: NumberOfReminders defines which recipients will get the reminder. If recipients have already got 1 reminder you need to change the value to 2. This is optional setting used to repeat the earlier SMS sending.

Request Body

{"EmailTemplateId"=>"00000000-0000-0000-0000-000000000000", "ScheduledDate"=>"2020-11-30T13:09:47.467Z", "NumberOfReminders"=>2, "LimitAnsweringDays"=>0}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

"2020-11-30T13:09:47.467Z"