Gmail
Send Email
Send an email or create a draft in Gmail.
Send Email
This node allows you to send emails or create drafts using your Gmail account. It supports HTML bodies, CC/BCC recipients, and replying to existing threads.
Inputs
| Variable | Type | Required | Description |
|---|---|---|---|
credentialId | Credential | Yes | The Gmail credential to use for sending. |
to | string | Yes | The recipient email address(es). |
subject | string | Yes | The subject line of the email. |
body | string | Yes | The content of the email. Supports HTML. |
mode | "send" | "draft" | No | Whether to send the email immediately or save it as a draft. Default: "send". |
cc | string | No | CC recipient email address(es). |
bcc | string | No | BCC recipient email address(es). |
threadId | string | No | The ID of the thread to reply to. |
replyToMessageId | string | No | The ID of the specific message to reply to. |