send_message
Send an email with optional file attachments. Pass a reply_to_message_id to reply within an existing conversation, automatically threading the message and defaulting the recipient and subject.
Instructions
Send an email. Optionally attach local files by absolute path. To reply inside an existing conversation, pass reply_to_message_id (the id of the message you are replying to): the mail is threaded properly (In-Reply-To/References + Gmail threadId), and 'to'/'subject' default to the original sender and 'Re: '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | Yes | ||
| subject | No | ||
| attachments | No | Absolute paths of files to attach. | |
| reply_to_message_id | No | Id of the message to reply to. Makes 'to' and 'subject' optional. |