Skip to content

Queue an email for delivery

POST
/resources/sendings/email

Request Body

JSON
{
  
"to": "string",
  
"subject": "string",
  
"body": {
  
  
"plainText": "string",
  
  
"html": "string"
  
},
  
"category": "string",
  
"from": "string",
  
"fromName": "string",
  
"replyTo": "string",
  
"cc": [
  
  
"string"
  
],
  
"bcc": [
  
  
"string"
  
],
  
"dynamic": {
  
  
"additionalProperties": "string"
  
}
}

Responses

OK

JSON
{
  
"sendingId": "string"
}

Samples

© 2024 Hantera AB. All rights reserved.