How to create an incident when email is sent to any DL or shared mailbox?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2023 12:37 AM
Suppose anyone sends an email to abc@xyz.com and an incident should get created in ServiceNow instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2023 07:42 AM - edited ‎01-12-2023 07:43 AM
You can easily achieve your requirement by using Flow Designer. Your trigger should be "Inbound Email" and you can add conditions like "recipients contains abc@xyz.com" and receive type is one of Forward, New and Reply to make sure you cover all use cases (or just use the conditions based on your use case)
Then, you can proceed with "Create Incident" action to create the Incident accordingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2023 07:38 AM
That doesn't seem to be working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 07:30 AM - edited ‎01-20-2023 07:31 AM
We have been using this solution for the exact same use case since over a year working perfectly
Sorry to hear that, It's not working for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2023 09:30 AM
I tried the same steps which you suggested and when sent an email to the DL, there's no incident. How SN will recognize if that DL email belongs to instance? Do we need to configure some other thing apart from the one you mentioned above?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2023 10:13 AM
If there is any other mailbox (other than instance@service-now.com) from which you want to trigger the inbound action first step would be to auto forward that email to instance@service-now.com mailbox.
This can be done by messaging/O365 team.
Once forwarding is enabled inbound action will work.
Thanks and Regards,
Saurabh Gupta