campaigns

Send Campaign Email

Send an email notification about a campaign customer to back office.

post/campaigns/{campaign_id}/customers/{customer_id}/send-email

Path parameters

campaign_idstring required
customer_idstring required

Request body

subjectstring nullable
context_notestring nullable
summarystring nullable
message_bodystring nullable
recipient_emailsstring[] nullable

Response

Successful Response

successboolean required
message_idstring nullable
recipientsstring[] required
errorstring nullable

Changes