gmail_send
Send an email with recipient, subject, and plain text body, optionally selecting the Gmail account to use.
Instructions
Send an email.
Args: to: Recipient email address. subject: Email subject line. body: Plain text email body. account: Email address of the account to use. Omit for default account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| account | No | ||
| subject | Yes |