- 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 the Inbound Email Actions module, and then click on the New button.
- Now configure the main section as follows:
- Name: Inbound integration new
- Target table: Incident
- Active: Mark true
Inbound Action - New record
- Now configure the When to run section as follows:
- Type: New
- Condition: email.from.index.Of("packt.document@packt.com") >=0
Inbound Action - New Type Condition
- Now configure the ...