Group Location
Explore Plans
Mobile menu Close menu
Zoho MailZoho Mail

Send an email to yourself

This action will send an email to yourself

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
zoho_mail.send_self_email
Filter code method
ZohoMail.sendSelfEmail.skip(string?: reason)
Runtime method
runAction("zoho_mail.send_self_email", {})

Action fields

Subject Text input > Long text

Label
Subject
Helper text
Slug
subject
Required
true
Can have default value
true
Filter code method
ZohoMail.sendSelfEmail.setSubject(string: subject)

Body Text input > HTML

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