cm_send_classic_email
Send transactional emails with custom content, including HTML, plain text, and attachments, while managing tracking and recipient consent.
Instructions
⚠️ Send a classic transactional email with your own content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| CC | No | ||
| To | Yes | Recipient addresses. | |
| BCC | No | ||
| From | Yes | Sender address (may include display name). | |
| Html | No | HTML body. | |
| Text | No | Plain-text body. | |
| Group | No | Classic email group to record this send under. | |
| ReplyTo | No | Reply-to address. | |
| Subject | Yes | Email subject. | |
| ClientID | No | Client ID to send on behalf of (OAuth/account auth). | |
| InlineCSS | No | Inline CSS before sending. | |
| TrackOpens | No | Track opens. | |
| Attachments | No | File attachments. | |
| TrackClicks | No | Track clicks. | |
| ConsentToTrack | Yes | Whether recipients consent to tracking. Required. | |
| AddRecipientsToListID | No | List ID to add recipients to. |