- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 07:41 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2020 10:16 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 08:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 09:02 AM
Confused a bit I have created them all in Table 'Inbound Actions' (Event, Inbound action and notification)
My inbound action is checking if the sender is specific email address and the subject of the email does not contain any INCIDENT number because there are other inbound actions which is OOB and creating incidents.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 09:09 AM
Hi,
Create event and notification on your target table that you created on inbound action and then check.
Also, here is how to test it.
1. once the event is triggered, go to system policy -> Events -> Event log and check if your event is fired or not
2. If the event is fired, check the state column of your event. It shoudl be processed
3. Once processed, go to system logs and search by your notification name and check if its triggered or not.
4. Also ensure that you selected right event name in the notificaiton and table is correctly selected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 09:47 AM
Hi Asif,
Thanks for stepwise troubleshoot
Create event and notification on your target table that you created on inbound action and then check.
Created all 3 : Inbound actions/Event/Notification on sys_email table then tried all in 'inbound email action' table
Also, here is how to test it.
1. once the event is triggered, go to system policy -> Events -> Event log and check if your event is fired or not
It seems Parm1 and Parm2 are correct but then event is not triggering
2. If the event is fired, check the state column of your event. It shoudl be processed
Its Error as above
3. Once processed, go to system logs and search by your notification name and check if its triggered or not.
error
4. Also ensure that you selected right event name in the notificaiton and table is correctly selected.
event name is correct auto.response and table is sys_email as all 3 are on same table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2020 10:01 AM
Go to system logs, you shall see an error associated with this event name. search for your event name in the system logs and you shall see the error. kindly share that.