Event is Triggered but the Notification does not being sent

Snow Tomcal
Tera Expert

Hi All,

I have a notification that supposed to be triggered when an event is being fired.

The event is being fired but the notification not.

Does anyone know why?

 

Thanks

1 ACCEPTED SOLUTION

@Snow Tomcal please change the event queue line to below 

you need to send glide record object like below 

gs.eventQueue('your_event_name',changes,'sys_id'); 

 

Also please send the sys_id of the recipient in the place of sys_id in parm1

 

Hope this helps 

Mark the answer correct if this helps you 

Thanks

View solution in original post

10 REPLIES 10

It Worked!

Thanks 🙂