Send a transactional email
loops_send_transactionalSENDS a real transactional email via a Loops template. This dispatches an actual email to the recipient. Loops API: POST /v1/transactional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Recipient email address (required). | ||
| attachments | No | Optional attachments: array of { filename, contentType, data } objects. | |
| addToAudience | No | Whether to add the recipient to your audience. | |
| dataVariables | No | Template data variables (string/number) to interpolate into the template. | |
| transactionalId | Yes | The Loops transactional template id (required). |