References for Inbound email
Email object variables, user impersonations and inbound actions and examples for processing inbound email actions.
- Accessing email object variables
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. - Email user matching
When the instance receives an email message, the system searches for an existing user record with the same email address as the sender. - User impersonations and inbound actions
When the instance receives an email, it can take a variety of actions by impersonating the sender. - Allowing locked out users to process inbound email actions
A property is available to allow locked out users to trigger inbound actions. For example, enabling the property can allow locked out users to reset their password and send email to the instance asking for assistance. - Redirecting email to the instance POP3 account
Configure other mailboxes to forward email to the instance's POP3 account. - Inbound email action examples
Various examples of inbound email actions are available to help you build your own inbound email actions. These examples show how to set up inbound email actions to handle email replies, create (log) a problem record, request a change, and update an incident. - Integrate inbound events
This example illustrates how to create a notification from an inbound JSON request.
Parent Topic:Inbound email