- 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 06:00 AM
- 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 06:31 AM
Thank you for the response.