Send an email through a Gmail accountDocumentation Index
Fetch the complete documentation index at: https://docs.usebrainbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Input
| Property | Type | Required | Description |
|---|---|---|---|
| receiver | SHORT_TEXT | Yes | Email address of the receiver, or multiple addresses separated by commas |
| subject | SHORT_TEXT | Yes | - |
| body_text | SHORT_TEXT | Yes | Text version of the body for the email you want to send |
| reply_to | ARRAY | No | Email address to set as the “Reply-To” header |
| body_html | SHORT_TEXT | No | HTML version of the body for the email you want to send |
| attachment | FILE | No | File to attach to the email you want to send |
