- Open any standard web browser and type the instance Web address.
- Log in to the Service-Now instance using your credentials.
- On the left-hand side, type inbound email action, and Service-Now will search out the module for you.
- Click on Inbound Email Actions, and then click on the New button.
- Configure the main section of the inbound e-mail action as follows:
- Name: Create incident by mailbox
- Target table: incident
Inbound Email Action - Reply
- Configure the When to run section as follows:
- Type: Reply
- Condition: email.to.indexOf("IT.Support@packt.com" || email.to.indexOf(IT.Support@PACKT.com))>=0;
Inbound Email Action - ...