Send Email to Event Participants

POST https://rest.webropolsurveys.com/api/v1/events/{{EventId}}/send/mail/participants

Sends an email to the recipients added with this method. You can define following details in body.

{
  "EventInvitationBody": "string",
  "EventInvitationSubject": "string",
  "EventInvitationSendingMode": "SendToNew", //Allowed values:  'SendToAll', 'SendToNew', 'SendToSelected', 'SendFirstReminders', 'SendReminders', 'SendToWaitlist', 'SendGroupReminders', 'SendWhoNotCompletedEvaluation', 'SendWhoCompletedEvaluation', 'SendWhoHaveAnswered', 'SendToAllFromHieararchy', 'SendToSelectedFromHierarchy', 'SendToAttended', 'SendToWhoHaveNotRecived', 'SendToWhoHaveNotRecivedReminder'
  "EventRecipientsEmailAddresses": [
    "string"
  ],
  "CustomizedFromAddress": "string",
  "CustomReplyToAddress": "string",
  "CustomizedSenderName": "string"
}

Request Body

{"EventInvitationBody"=>"Welcome to my  Event, details in this message.", "EventInvitationSubject"=>"Welcome to my Event", "EventInvitationSendingMode"=>"SendToNew", "EventRecipientsEmailAddresses"=>["dummy1@webropol.com", "dummy2@webropol.com"], "CustomizedFromAddress"=>"dummy@webropol.com", "CustomReplyToAddress"=>"dummy@webropol.com", "CustomizedSenderName"=>"Jane Doe", "LimitAnsweringDays"=>0}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring