Group Location
Explore Plans
Mobile menu Close menu
GmailGmail

Send an email

This Action will send an email to up to twenty recipients from your Gmail account.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
gmail.send_an_email
Filter code method
Gmail.sendAnEmail.skip(string?: reason)
Runtime method
runAction("gmail.send_an_email", {})

Action fields

To Text input > Other

Label
To address
Helper text
Slug
to
Required
true
Can have default value
true
Filter code method
Gmail.sendAnEmail.setTo(string: to)

Cc Text input > Other

Label
CC address
Helper text
Slug
cc
Required
false
Can have default value
true
Filter code method
Gmail.sendAnEmail.setCc(string: cc)

Bcc Text input > Other

Label
BCC address
Helper text
Slug
bcc
Required
false
Can have default value
true
Filter code method
Gmail.sendAnEmail.setBcc(string: bcc)

Subject Text input > Title

Label
Subject
Slug
subject
Required
true
Can have default value
true
Filter code method
Gmail.sendAnEmail.setSubject(string: subject)

Body Text input > HTML

Label
Body
Helper text
Slug
body
Required
false
Can have default value
true
Filter code method
Gmail.sendAnEmail.setBody(string: body)

Attachment URL Text input > File

Label
Attachment URL
Helper text
Slug
attachment_url
Required
false
Can have default value
true
Filter code method
Gmail.sendAnEmail.setAttachmentUrl(string: attachmentUrl)