Send a single transactional email asynchronously.
POST {{baseUrl}}/marketing/v3/transactional/single-email/send
Asynchronously send a transactional email. Returns the status of the email send with a statusId that can be used to continuously query for the status using the Email Send Status API.
Request Body
{"emailId"=>"<integer>", "message"=>{"to"=>"<string>", "from"=>"<string>", "sendId"=>"<string>", "replyTo"=>["<string>", "<string>"], "cc"=>["<string>", "<string>"], "bcc"=>["<string>", "<string>"]}, "contactProperties"=>{"proident3ed"=>"<string>", "tempor_7d"=>"<string>", "dolor713"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"PROCESSING","statusId":"\u003cstring\u003e","sendResult":"GRAYMAIL_SUPPRESSED","requestedAt":"\u003cdateTime\u003e","startedAt":"\u003cdateTime\u003e","completedAt":"\u003cdateTime\u003e","eventId":{"created":"\u003cdateTime\u003e","id":"\u003cuuid\u003e"}}