Configure Inbound action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:11 AM
Hi Community,
I have a requirement where I have to
Configure/update an Inbound Email Action on the Incident table.
Add logic to:
->Validate if the sender has a specific email id given in the requirement.
->Match the incident using the watermark or subject line containing Incident number.
->Add the reply as a comment on the correct incident.
->The ownership (assignment group) must not change, and vendor (custom field referenced to company table) details are selected manually by the agent during the initial contact.
How can I do this as well as test it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 04:18 AM
you can get the recipient and then use that in condition.
email.direct.toString().indexOf('email address to search') > -1
Accessing email object variables
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
08-04-2025 10:37 PM
Hope you are doing good.
Did my reply answer your question?
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