send_template_email
Send templated emails with dynamic variable replacement to recipients, using a send-as alias for the sender address.
Instructions
Send an email using a template with variables
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 | |
| from | No | Send-as alias email address | |
| template | Yes | Template name to use | |
| variables | Yes | Variables to replace in template (e.g., {"name": "John", "meeting_name": "Project Review"}) |