Worknotes still being created from emails after deactivating Email Inbound Actions

Nimeku
Tera Contributor

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)?

 

13 REPLIES 13

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

Is there any documentation for this?

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.

 

https://www.servicenow.com/community/developer-forum/getting-the-email-to-show-up-in-the-activity-lo...

*************************************************************************************************************
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]

****************************************************************************************************************

Nilesh Pol
Tera Guru

@Nimeku 

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.