send_transactional_email
Send a transactional email via MailerCloud Email API. Supports HTML, AMP HTML, attachments, CC/BCC. Use version 1.0 for HTML only, 2.0 for AMP content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients | |
| to | Yes | To recipients (array of name and email),required | |
| bcc | No | BCC recipients | |
| from | Yes | Sender email address,required | |
| html | No | HTML content | |
| text | No | Plain text content | |
| api_key | No | MailerCloud API key | |
| subject | Yes | Email subject,required | |
| version | No | API version - 1.0 for HTML or 2.0 for AMP | |
| amp_html | No | AMP HTML content | |
| reply_to | No | Reply-to addresses | |
| from_name | No | Sender display name | |
| attachments | No | Attachments (array of name and url) |