Create Event Trigger in Workflow Context for Notifications

balston
Tera Contributor

Create Event activity in the workflow context is not triggering email notifications.  How can this be done?

 

4 REPLIES 4

Medi C
Giga Sage

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.

balston
Tera Contributor

 

Attached are the screenshots of the notification tabs for when to send and who will receive.  Also attached is the screenshot of the Create Event activity from the workflow context.

 

 

AshishKM
Kilo Patron
Kilo Patron

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.

AshishKM_0-1742247728879.png

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Medi C
Giga Sage

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"

MediC_0-1742318544454.png

 

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.