---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# References for Inbound email

# References for Inbound email {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Email object variables, user impersonations and inbound actions and examples for processing inbound email actions.
* **[Accessing email object variables](https://servicenow-prod.fluidtopics.net/IxQMabS1e7hm7kYsSK1b1A)**   
  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 <var class="keyword varname">sys_email</var> with inbound email actions.
* **[Email user matching](https://servicenow-prod.fluidtopics.net/1aPC3j6l~XsVotxEKtWA7Q)**   
  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](https://servicenow-prod.fluidtopics.net/_LITn2_Ly0shSH5V1XuBuA)**   
  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](https://servicenow-prod.fluidtopics.net/qphLlH0f_M6xmAOSytqMIQ)**   
  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](https://servicenow-prod.fluidtopics.net/Z0p85cvkKaKYhWcYpjut7w)**   
  Configure other mailboxes to forward email to the instance's POP3 account.
* **[Inbound email action examples](https://servicenow-prod.fluidtopics.net/HzKUrjPB3Rc~kcDLD2wOog#r_InboundEmailActionExamples)**   
  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](https://servicenow-prod.fluidtopics.net/AE2F1lod_N4Ql_xgHuanGw)**   
  This example illustrates how to create a notification from an inbound JSON request.

