send_tracked_email
Send emails with read tracking via Gmail to monitor when recipients open messages, including open counts and device information.
Instructions
Send an email with read tracking via Gmail. Body accepts markdown (converted to HTML automatically). The email is sent immediately via Gmail API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address | |
| subject | Yes | Email subject | |
| body | Yes | Email body in markdown or HTML | |
| cc | No | CC recipients (comma-separated) | |
| bcc | No | BCC recipients (comma-separated) | |
| html | No | Treat body as raw HTML (skip markdown conversion) |