
Parameters
Choose
send to send the email immediately, or create_draft to save it as a draft in Gmail.List of recipient email addresses for the To field. You must provide at least one valid email address.
Email subject line. Leave empty to send without a subject.
Plain text body content for the email.
Credentials
Select a Google OAuth Credential with the Gmail scopes needed by this node.
Inputs
Inputs are ignored; the
input port is only for graph connectivity.Outputs
A JSON object with details about the sent message or created draft.
| Field | Description |
|---|---|
action | Performed action (send or create_draft). |
id | Gmail resource ID returned by the API response. |
message_id | Gmail message ID for the message payload. |
thread_id | Gmail thread ID associated with the message. |

