Create a Request Item using data passed in Inbound Email in ServiceNow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 05:56 PM
Hi There,
I have a requirement to create a request item when the below data is passed to ServiceNow's mail ID using Inbound Email Action. Below is the fixed format ServiceNow will be receiving, want to understand how to parse the data in :
Region: AMER
Country: Canada (Reference field)
Company: Test Canada Inc. (Reference field)
City: Montreal (Reference field)
Department: Information Technology (IT) (Reference field)
SF ID: 123000
Employee ID: 123000
Cost Center: 000123
Job Title:
Personal Title:
First Name: Test Onboarding
Legal Name:
Last Name: ServiceNow
Date of Joining: 2024-06-15
Line Manager: Tejas Test
Line Manager Email: tejas.test@test.com
Ticket URL:
Ticket ID: SR-114283
Thanks,
Tejas

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:17 PM
Hi @Community Alums ,
Can you share your inbound actions condition and also check "Create Incident" inbound action condition (this could be triggering in your case).
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:20 PM
Hi @Hemanth M1
I have checked no other inbound email integration is getting triggered
Condition:
Subject contains 'Onboarding Request (Global-IT) for user'
Script:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:33 PM
Hey @Community Alums ,
Can you check email logs to see the executions and whats your inbound action conditions (when to run conditions)
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:40 PM
Hi @Hemanth M1 ,
The only condition mentioned in When to run is:
Subject contains 'Onboarding Request (Global-IT) for user'
The Email execution is

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 08:47 PM
Hi @Community Alums ,
Target table should be sc_request, action type = record action and update execution order to 50 (just to run the inbound at a higher oder)
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025