- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 05:20 AM
We have Integrated Slack with ServiceNow for overtime requests from users where the emails from Slack get forwarded to ServiceNow with Recipients as "callouts@xxxx.com". We have created global Inbound workflow with decision tables so that it creates a RITM once the email is forwarded from slack. But as of now the Requested for details shows as System administrator. The details of the Requestor and overtime details are getting captured in the description of the RITM. The body of the email from callouts@xxxx.com has the Requestor details who have raised overtime requests. We want to copy the same to the Requested for of the RITM ticket.We are unable to update Requested for details on the RITM ticket using the "Requestor" values in email body coming from callouts@xxxx.com. Is it possible to copy the same either from description of ticket or email body which is coming from slack.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 06:05 AM
you need to grab the email, query sys_user and then update the REQ and RITM.
You can check this on how to parse the email.
Easiest way to Trigger Catalog Item Request via Inbound Email
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 05:22 AM
how are you parsing the incoming email and creating RITM?
You can grab the value and then query sys_user with that email and then update the RITM->Requested For
Do remember to update REQ->Requested For as well.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 05:45 AM
We are using the global inbound email workflow(flow designer) for creating the RITM . We have created the decision table for creating the RITM. When the emails come from slack with recipients "callouts@xxxx.com an RITM gets submitted using a catalog item. As of now the Requested for user is set to System administrator in the flow . The emails from slack comes from the user is "no-reply@xxxx.com" and the Recipients is "callouts@xxxx.com. But there is the Requestor details in the description of the ticket. It get copied from email body. See the screenshot of the RITM. I want to copy the Requestor details it from description of RITM to the Requested for in the RITM. How can we accomplish this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 05:54 AM
Can you provide the details requested in the above comment?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 06:22 AM