Message
POST
/api/v0/messages
Submission of email through API.
Name | Description | Condition |
---|---|---|
| Email address for | Optional |
| Recipient email address. Use commas to separate multiple recipients. | Required |
| Email address for recipient reply. Also used for return path for bounced email. | Optional |
| Unsubscribe link is a link within your email campaign, often placed in the footer. | Optional (Recommended) |
| Email subject. | Required |
| By default we use plain text as email content. However you may set | Required |
| Plain text or HTML content. | Required |
| Additional mail header. | Optional |
Example of JSON body to be prepared during email submission via API.
Sending via command line using cURL.
JSON structured response.
Last updated