Create Event Trigger in Workflow Context for Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 01:51 PM
Create Event activity in the workflow context is not triggering email notifications. How can this be done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 02:30 PM
Hi @balston,
could you check if the recipient has a valid email address? Active and not locked out?
Do you see in the event log of your even got triggered?
could you please share screenshot from your code, event, and notification ?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 02:42 PM
Hi @balston ,
Please share the workflow screen shot for any open record.
Also check if event is triggering but notification not received, then check the notification "Who will receive" tab on notification record.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 10:24 AM
Hi @balston,
Did you check if the "Requested for" on your request is set? Active and not locked out?
If so, could you try with "Run Script" Activity instead?
Then in your script, you can call:
gs.eventQueue('your_event_name',current,current.request.requested_for,"");
In your notification, remove the Request.Requested for from the users
Check "Event parm 1 contains recipient"
Please share if there are any errors in the logs
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.