Skip to main content
Base Node Gmail Send node inspector modal

Parameters

Action
enum
default:"send"
required
Choose send to send the email immediately, or create_draft to save it as a draft in Gmail.
Recipient Emails
array[string]
required
List of recipient email addresses for the To field. You must provide at least one valid email address.
Subject
string
Email subject line. Leave empty to send without a subject.
Body
string
required
Plain text body content for the email.

Credentials

Google OAuth Credential
Google OAuth Credential
required
Select a Google OAuth Credential with the Gmail scopes needed by this node.

Inputs

Input
any
Inputs are ignored; the input port is only for graph connectivity.

Outputs

Output
json
A JSON object with details about the sent message or created draft.
FieldDescription
actionPerformed action (send or create_draft).
idGmail resource ID returned by the API response.
message_idGmail message ID for the message payload.
thread_idGmail thread ID associated with the message.