Process email recevied from inactive user

DEV 1
Tera Contributor

If email is send to servicenow by user which is present in sys_user table but is not active 

Email recevied from those users goes in recevied-ignored state

How can we processed those mails

3 REPLIES 3

RaghavSh
Kilo Patron

The solution In this case could be that you  write an after insert BR on "sys_email" table with condition "type is recevied-ignored". 

And accordingly you can write the script for the action you want to take on such emails.


Raghav
MVP 2023

DEV 1
Tera Contributor

But how can we process the email still as user is inactive? and user ID is empty

As ServiceNow impersonate the user while creating ticket from inbound

as user is inactive, impersonation will not work

Inbound will not work, but BR can work.


Raghav
MVP 2023