gmail_send
Immediately send an email from a given Google account. For replies, specify the thread ID and the original message's RFC822 Message-Id for correct threading.
Instructions
Send an email immediately from the given account.
For replies, pass thread_id AND in_reply_to_message_id (the RFC822
Message-Id header value, NOT the Gmail message id) so the reply
threads correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| html | No | ||
| account | Yes | ||
| subject | Yes | ||
| thread_id | No | ||
| in_reply_to_message_id | No |