Group Location
Explore Plans
Mobile menu Close menu
EmailEmail

Send me an email

This Action will send you an HTML based email. 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
API endpoint slug
email.send_me_email
Filter code method
Email.sendMeEmail.skip(string?: reason)
Runtime method
runAction("email.send_me_email", {})

Action fields

Subject Text input > Title

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

Body Text input > HTML

Label
Body
Slug
body
Required
false
Can have default value
true
Filter code method
Email.sendMeEmail.setBody(string: body)