Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

EventQueue not triggering from Inbound action

SNowUser11
Kilo Guru

HI,

I set up the eventqueue in Inbound actions, created event and set up notification but the event is not triggered. The inbound action is executed as i checked with logs.

find_real_file.png

find_real_file.png

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

SNowUser11
Kilo Guru

Hello Community,

Just to let if anyone wants what I did at last if that helps anyone I wrote a Business Rule and it nicely triggered. 

Thanks

View solution in original post

38 REPLIES 38

Have this at present 

find_real_file.png find_real_file.png

find_real_file.png

with the above it still does not trigger any notification and the EMAIL Log says

find_real_file.png

rajneeshbaranwa
Giga Guru

If I am not wrong, You are trying to trigger an event whenever you receive an email from a particular email address. In that case, you can also use sys_email table as well, Correct ?

Can you try using sys_email and check if it works ? 

Yes, My inbound action is checking if the sender is specific email address and the subject of the email does not contain any INCIDENT number so that we can send him a notification 

asifnoor
Kilo Patron

Hi,

Is the event created on the same table as the target table of the inbound action?