sendEmail
Send email via Gmail using OAuth authentication. Required: recipient, subject, body; optional attachment path.
Instructions
Send an email through Gmail. Requires OAuth authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Body content of the email | |
| subject | Yes | Subject line of the email | |
| recipient | Yes | Email address of the recipient | |
| attachmentPath | No | Optional: Absolute path to a file to attach |