Send transactional email
customerio_send_transactional_email⚠️ SENDS A REAL EMAIL. Send a transactional email using a transactional message template. Delivers immediately to the to recipient. App API: POST /v1/send/email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address. | |
| body | No | Override the email body. | |
| from | No | Override the sender address. | |
| subject | No | Override the subject line. | |
| identifiers | Yes | Person identifiers, e.g. {"id":"..."} or {"email":"..."}. | |
| message_data | No | Template variables (liquid) to interpolate into the message. | |
| send_to_unsubscribed | No | If true, send even to unsubscribed recipients. | |
| transactional_message_id | Yes | The transactional message template id (or trigger name). | |
| disable_message_retention | No | If true, don't retain the message body. |