Send a transactional email
Authentication
The API key should be passed in the request headers as api-key for authentication.
Request
HTML body content of the email. Required when templateId is not provided. Ignored when templateId is provided.
Key-value pairs for template variable substitution. Only applicable when the template uses the New Template Language format.
Reply-to email address (required) and optional display name. Recipients will use this address when replying to the email.
UTC date-time when the email should be sent (format: YYYY-MM-DDTHH:mm:ss.SSSZ). Include timezone information in the date-time value. Scheduled emails may be delayed by up to 5 minutes.
Sender information. Required when templateId is not provided. Specify either an email address (with optional name) or a sender ID. The name field is ignored when id is provided.
Email subject line. Required when templateId is not provided.
Plain text body content of the email. Ignored when templateId is provided.