Skip to main content

Gmail Send Email

Sends a plain text email using the Gmail API.

Category: Google Drive & Gmail · Group: Google Drive · Activity name: GmailSendEmail

The GmailSendEmail activity in the designer

Example

GmailSendEmail("<to>", "<subject>", body="<body>")

Inputs

NameTypeRequiredDefaultDescription
Recipient EmailstringYesEmail address of the recipient.
SubjectstringYesSubject line of the email.
BodystringYesPlain text content of the email.