New services
Explore Plans
Mobile menu Close menu
GmailGmail

Send yourself an email

This action will send yourself an email. HTML, images and links are supported.

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
This action will send yourself an email. HTML, images and links are supported.
API endpoint slug
gmail.send_yourself_an_email
Filter code method
Gmail.sendYourselfAnEmail.skip(string?: reason)
Runtime method
runAction("gmail.send_yourself_an_email", {})

Action fields

Subject Text input > Title

Label
Subject
Slug
subject
Required
true
Can have default value
true
Filter code method
Gmail.sendYourselfAnEmail.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.sendYourselfAnEmail.setBody(string: body)

Attachment URL Text input > File

Label
Attachment URL
Helper text
URL to include as an attachment
Slug
attachment_url
Required
false
Can have default value
true
Filter code method
Gmail.sendYourselfAnEmail.setAttachmentUrl(string: attachmentUrl)