send_scheduled_email
Schedule an email to be delivered at a specific date and time, with support for send-as aliases and timezone settings.
Instructions
Schedule an email to be sent at a specific time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC recipients | |
| to | Yes | List of recipient email addresses | |
| bcc | No | List of BCC recipients | |
| body | Yes | Email body content | |
| from | No | Send-as alias email address | |
| subject | Yes | Email subject | |
| htmlBody | No | HTML version of the email body | |
| timezone | No | Timezone for scheduled time (e.g., 'America/New_York') | |
| scheduledTime | Yes | Scheduled send time (ISO format, e.g., '2026-07-15T09:00:00') |