post-/marketing/v4/email/single-send

POST {{baseUrl}}/marketing/v4/email/single-send

Request Body

{"emailId"=>"<long>", "message"=>{"to"=>"<string>", "cc"=>["<string>", "<string>"], "sendId"=>"<string>", "bcc"=>["<string>", "<string>"], "replyTo"=>["<string>", "<string>"], "from"=>"<string>"}, "contactProperties"=>{"sint_870"=>"<string>", "quis_c0"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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