This action will send an email to yourself
Developer info
- 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
- subject
- 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
- content
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- ZohoMail.sendSelfEmail.setBody(string: body)