Worknotes still being created from emails after deactivating Email Inbound Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:40 AM
We have deactivated all Email Inbound Actions/Flows for INC in our ServiceNow instance, but when we send emails with incident numbers in the subject line (e.g., "re: INC123456789"), worknotes are still being automatically added to the incidents. Is this a core functionality? What other email processing mechanisms in ServiceNow could be handling this beyond Email Inbound Actions/Flows? Where should we look to identify what's processing these emails? How can we completely disable automatic worknote creation from emails (we want to control this via Inbound Email Actions)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:43 AM
Hi @Nimeku
As far as I know, it's expected behavior that emails will still appear in the work notes, even if no email accounts are set up or the related properties are set to false.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:58 AM
Is there any documentation for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 04:15 AM
I'm not fully certain, but it seems to be expected behavior — I've noticed the same in the PDI as well. Any incoming email to your instance will get captured in the Activity log.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:51 AM
To review or modify this behavior, you need to navigate to System Policy > Inbound Actions and find the relevant inbound email action for incidents.
If an inbound email action has a script like gr.work_notes = email.something;, it will directly add the email body to the incident's work notes field.