i want to send a notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 01:24 AM
I want to send a notification to user who is in assigned_to field of sc_task "catalog task" table once it is closed.
But i am not able to achieve it. I am not able to send it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 01:47 AM
Hi @taahamushtaq,
Make sure the "assigned to" user has an email address and make sure the condition contains "state changes to closed".
Thanks
Jake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 01:59 AM
i am triggering the notification through event. And the user does has mail id, still it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:02 AM
@taahamushtaq is the event being fired? Check the event log.
Ensure the the script firing the event is correct.
If it still does not work, try passing the recipient email address to parm1 of the event and ticking parm1 contains recipient.
Thanks
Jake
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:16 AM
if i am triggering the event through workflow then you want me to pass the parameter in workflow
and then get it in mail notification