Skip to main content

Send Email Via Gmail

Sends an email message via Gmail's API.

External Documentation

To learn more, visit the Gmail documentation.

Basic Parameters

ParameterDescription
Attachment FilesA comma-separated list of file identifiers for the attachment.
BccA comma-separated list of emails for BCC recipients of the message.
CCA comma-separated list of email for CC recipients of the message.
ContentThe body of the mail.

Blink supports Content-Type Detection. It can identify the type of content being entered (text, HTML, CSV, etc.) automatically.
From User IDThe email of the user from which to send the email.
The special value 'me' can be used if the connection is OAuth to identify as the authenticated user.
SubjectThis is the subject of the mail.
ToA comma-separated list of email recipients for the message.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"id": "1879ef5cc8e70395",
"threadId": "1879ef5cc8e70395",
"labelIds": [
"UNREAD",
"SENT",
"INBOX"
]
}