send_classic_email
Send a single transactional email to one or more recipients with customizable subject, body, and tracking consent.
Instructions
Send a one-off transactional email via Campaign Monitor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Array of recipient email addresses | |
| from | Yes | Sender email address (or 'Name <email>' format) | |
| subject | Yes | Email subject line | |
| consent_to_track | Yes | Consent to track: 'Yes', 'No', or 'Unchanged' | |
| cc | No | CC recipients | |
| bcc | No | BCC recipients | |
| reply_to | No | Reply-to email address | |
| html | No | HTML body of the email | |
| text | No | Plain-text body of the email |