Send Email Via Gmail
Sends an email message via Gmail's API.
External Documentation
To learn more, visit the Gmail documentation.
Basic Parameters
Parameter | Description |
---|---|
Attachment Files | A comma-separated list of file identifiers for the attachment. |
Bcc | A comma-separated list of emails for BCC recipients of the message. |
CC | A comma-separated list of email for CC recipients of the message. |
Content | The body of the mail.Blink supports Content-Type Detection . It can identify the type of content being entered (text, HTML, CSV, etc.) automatically. |
Content | The body of the mail.Blink supports Content-Type Detection . It can identify the type of content being entered (text, HTML, CSV, etc.) automatically. |
Content Field Type | The type of the content to send. Can be either regular text or rich text. |
From User ID | The 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. |
Subject | This is the subject of the mail. |
To | A comma-separated list of email recipients for the message. |
Advanced Parameters
Parameter | Description |
---|---|
Delegated User Override | Perform 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"
]
}