send_email
Send an email via Gmail. Supports file attachments — when the user provides a file, encode it as base64 and pass in the attachments array. Never tell the user attachments are unsupported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | No | ||
| subject | Yes | ||
| attachments | No | Optional file attachments as base64 | |
| instruction | No |