Accessing email object variables
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Notifications
An inbound email action script contains the email object to access various pieces of an inbound email through variables. You can use the global variable sys_email with inbound email actions.
Inbound email.recipient variables
The sys_email variable
This variable lets you access the received sys_email record that triggered the inbound email action. It can be used to reference fields on the email record, such as uid, sys_id, content_type, and so on.