This action will send an email to yourself
- API endpoint slug
- zohomail_in.send_self_email
- Filter code method
- ZohomailIn.sendSelfEmail.skip(string?: reason)
- Runtime method
- runAction("zohomail_in.send_self_email", {})
Action fields
- Label
- Subject
- Helper text
- subject
- Slug
- subject
- Required
- true
- Can have default value
- true
- Filter code method
- ZohomailIn.sendSelfEmail.setSubject(string: subject)
- Label
- Body
- Helper text
- content
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- ZohomailIn.sendSelfEmail.setBody(string: body)