Explore Plans
Mobile menu Close menu
Gmail

Send an email

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

Developer info

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
Email addresses separated with a space or comma. To, CC and BCC together accept up to twenty, and at least one of the three is required.
Slug
to
Required
false
Can have default value
true

Cc Text input > Other

Label
CC address
Helper text
Email addresses separated with a space or comma. To, CC and BCC together accept up to twenty, and at least one of the three is required.
Slug
cc
Required
false
Can have default value
true

Bcc Text input > Other

Label
BCC address
Helper text
Email addresses separated with a space or comma. To, CC and BCC together accept up to twenty, and at least one of the three is required.
Slug
bcc
Required
false
Can have default value
true

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
Some HTML ok
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
Link to a file to attach. IFTTT downloads the file at this URL and attaches a copy to the email.
Slug
attachment_url
Required
false
Can have default value
true
Filter code method
Gmail.sendAnEmail.setAttachmentUrl(string: attachment_url)