Inbound Email Action: Update Incident if Incident Number is in the subject.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 09:13 PM
I am trying to create an inbound email action that updates an existing Incident if the Incident Number is in the subject line. So far no luck getting it to process my test email.
For the "When to run" condition: /INC\d{7}/.test(email.subject)
Action:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 09:29 PM
there is already an OOTB inbound email action on incident of type Reply and it updates the INC.
The incoming email match against the target INC happens via watermark
Any reason you are not using that OOTB inbound email action?
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-23-2025 09:35 PM
Yes, this will not be a reply email, so the watermark will not be in the body. I am attempting to target the Incident Number in the subject.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 10:19 PM
Have you checked your inbound email logs and found which Inbound email action got executed while attempting
Steps to verify:
System Mailboxes > Inbound > Received.
Open the email which you sent to your instance. and Verfiy email logs related list if some other inbound action got executed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2025 10:35 PM
Since it won't be a type Reply and if it's a NEW email then how would that person know the INC number?
That's not how Reply inbound works.
If an email is sent from INC001 and user responds to that same email, system will determine the target record as INC001 and will update it.
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