Events confirmation email

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

You can define following details in body.

{
  "EventConfirmationBody": "string",
  "EventConfirmationSubject": "string",
  "EventConfirmationSendingMode": "Stub",
  "EventRecipientsEmailAddresses": [
    "string"
  ],
  "CustomizedFromAddress": "string",
  "CustomReplyToAddress": "string",
  "CustomizedSenderName": "string",
  "IncludeAttachment": true,
  "IncludeRegistrationLink": true,
  "IncludeQRCodeTicket": true
}

Request Body

{"EventConfirmationBody"=>"string", "EventConfirmationSubject"=>"string", "EventConfirmationSendingMode"=>"Stub", "EventRecipientsEmailAddresses"=>["string"], "CustomizedFromAddress"=>"string", "CustomReplyToAddress"=>"string", "CustomizedSenderName"=>"string", "IncludeAttachment"=>true, "IncludeRegistrationLink"=>true, "IncludeQRCodeTicket"=>true}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring