Emails
Send, inspect, and verify transactional email. Provide exactly one of html, tiptap, or markdown.
- POST
/api/v2/emailsSend - POST
/api/v2/emails/batchBatch - GET
/api/v2/emails/{id}Get - GET
/api/v2/emailsList - POST
/api/v2/emails/verifyVerify
POST /api/v2/emails queues one transactional message. Batch accepts up to 100 of the same objects. List returns metadata and last_event; fetch the body with Get.
- Provide exactly one of
html,tiptap, ormarkdown. Markdown is rendered to HTML. - Omit
textto generate it from the rendered HTML.text: ""skips generation. tois a string or a one-address array.- Send and batch errors:
{ name, message, statusCode }.