Send email to recipient lists to specific recipients
Distribution / Send
Send email to recipient lists to specific recipients
Description
Send the campaign to the recipients depending on the recipientsType and channels passed in request body.
Validations
- If there is a problem communicating with project service will return an error with 404 status code.
Response
No response with 204 status.
Body
The body for the request is an object that contains the property channels where:
channels: Array of strings that can contain the stringsemailorsms.recipientsType: Recipient type can beALL,UNANSWEREDandANSWERED. IfALLor notypeparam is passed then it will count every recipient. IfANSWEREDis passed as type then it will count every recipient that has already answered the survey. IfUNANSWEREDit will count every recipient that hasn’t already answered the survey.
POST
Send email to recipient lists to specific recipients
Description
Send the campaign to the recipients depending on therecipientsType and channels passed in request body.
Validations
- If there is a problem communicating with project service will return an error with 404 status code.
Response
No response with 204 status.Body
The body for the request is an object that contains the propertychannels where:
channels: Array of strings that can contain the stringsemailorsms.recipientsType: Recipient type can beALL,UNANSWEREDandANSWERED. IfALLor notypeparam is passed then it will count every recipient. IfANSWEREDis passed as type then it will count every recipient that has already answered the survey. IfUNANSWEREDit will count every recipient that hasn’t already answered the survey.