Email is not being triggered with gs.eventqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 03:29 AM
Hi All,
am trying to trigger an email using gs.event queue with the below script but its not sending any emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 04:09 AM - edited 09-26-2023 04:11 AM
Hi @siddharth26,
1. Check System Policy > Events > Event log (Here you can see if your event is running and sending the parameters correctly).
2. If you find it in that list and everything is ok this means that the configuration on the notification is the problem, if not, the problem would be with the events, possibly with its parameters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 05:05 AM
Hi Tod1,
i have checked the event and event log i can see the event name which i have created email.match
and notification also i have created and whom to send also i have kept a active user account .
below is the notification
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 04:03 AM
Hi @siddharth26 ,
You haven't specified the user to whom you are sending the email using the gs.eventQueue('email.match', adAccountGr) function. If you have not configured a recipient user in the email notification who will receive tab, make sure to pass that user's information as a parameter, such as gs.eventQueue('email.match', adAccountGr,adAccountGr.username(field in u_ad_user_account table).
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 04:14 AM
Hi Anand ,
Thank you for the response .
I have given the recipient name in the notification and given this event registry name in the notification as well.
thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 04:50 AM
@siddharth26 Can you check if your Notification is configured to trigger on event "email.match". Ideally, your notification should look like the following.
Here event name dropdown should have your 'email,match' event populated.