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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:&quot;PROCESSING&quot;,&quot;statusId&quot;:&quot;\u003cstring\u003e&quot;,&quot;sendResult&quot;:&quot;GRAYMAIL_SUPPRESSED&quot;,&quot;requestedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;startedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;completedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;eventId&quot;:{&quot;created&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cuuid\u003e&quot;}}