logo

NJP

Incident creation via E-mail (Inbound Action)

Import · Sep 22, 2020 · article

Automatic INCIDENT generation via email.

If we want to create an incident after triggering email to ServiceNow instance we have to use the module called Inbound Email action, by using this module we can achieve this functionality.

Some configuration is needed to do this which are as follows:

I– Configure email properties:

  • Firstly, we need to enable incoming email by enabling receiving email otherwise instance will not accept the email.
  • After enabling receiving email, we need to select particular email domain if needed for example: servicenow.com,gmail.com.outlook.com etc.

If user don’t want to select particular domain then we need to mention ‘*’(star) which means instance will take action from all the domain.

image

II- Recipient email ID:

  • We provides recipient email id to end user which can be find under “Email accounts ” module as shown below:

image

III- Search for Inbound Actions:

  • In application navigator search for ‘inbound actions’ under email.

image

IV- Open Create Incident form.

  • After clicking on Inbound action there will be multiple record list will be populated
  • Search for create incident and open.

image

image

  • Name of action – this indicates the name of inbound action
  • Record name: here we choose table on which we want to create a record.
  • Action type: which type of action we want e.g. Reply email, record action. Always use record action to generate record.

V- Conditions:

  • Under condition we can give condition as per requirement

For e.g. user wants particular subject to create incident in this we can give the condition as give bellows snap.

image

VI- Fields value initialization:

  • There are two ways to initialize record values
  • By using script
  • By field actions

image

VII- Ready to use:

  • After these configuration end users can send email to instance to create the incident ticket

image

FLOW of Inbound email:

image

if this article helped you in any way then mark it helpful and bookmark it for future use.

Labels:

image

View original source

https://www.servicenow.com/community/itsm-articles/incident-creation-via-e-mail-inbound-action/ta-p/2310819