Inbound email action from a specific domain rather than user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I need some guidance on creating an inbound email action with the following criteria:
When an email is received from the domain: @Example.com
With an email subject starting with: SN-APP-INC
It should create an Incident with these values:
Assignment Group: Business Information
Requester: 1st line of the email body
Channel: Self-Service
Service: BI
Incident status: Assigned
Priority: P5 - 5 working days
System: 3rd line of the email body
Resolution Service: BI
Short Description: [the email subject]
Description: [the email body]
The emails will be generated by an application in the following format (examples below). These are forwarded to ServiceNow, and the inbound action should raise the incident accordingly.
Example 1
From: John Doe
Sent: 09 May 2025 12:43
To: John Doe <John.Doe@example.com>
Subject: SN-APP-INC: EMP-MSC-PBI-001 – Employee Account Changes - John.Doe@example.com
JDoe1
EMP-MSC-PBI-001 – Employee Account Changes
Power BI Non Live
BI-CUS-TMP - Temporary Report Store - PUBLISHED
Power BI
Example 2
From: John Doe
Sent: 09 May 2025 13:41
To: John Doe <John.Doe@example.com>
Subject: SN-APP-INC: Target Test H2PWYNI - John.Doe@example.com
JDoe1
Target Test H2PWYNI
Microsoft Power BI
BI-CUS-TMP - Temporary Report Store - PUBLISHED
Power BI
How would i go about doing this??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Nabilah
https://www.servicenow.com/community/itsm-forum/inbound-email-action-for-specific-domains/m-p/735169
Try this way:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Dr Atul G- LNG this is what i have currently configured:
actions:
However when testing the email is being ignored. Not sure what to do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @Nabilah ,
To create an inbound email action in ServiceNow that meets your criteria, you would:
Navigate to System Policy > Email > Inbound Actions and create a new inbound action.
Set conditions:
From address contains the domain @example.com
Subject starts with SN-APP-INC
In the Script section, parse the email body to map fields. For example:
1st line → Requester
3rd line → System
Subject → Short Description
Body → Description
Save and test the inbound action by sending sample emails matching the format.
This approach allows automatic incident creation from emails matching the domain and subject prefix, with field values derived as per your requirements.
For detailed guidance, refer to ServiceNow docs on inbound email actions and scripting:
Inbound Email Actions Guide
Useful References:
Incident Creation via Email / Inbound Action (ServiceNow Community)
Video example: How to configure Inbound Email Actions in ServiceNow
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @M Iftikhar please see my screenshots below. I am not able to input the domain in the from field and I do not have a script section. It is a business rule