Email notification when comments added
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 10:44 PM
I want to implement a functionality where an email notification is dynamically sent to two assignment groups based on the location selected in the Service Portal form. For example, if Location A is selected and the task is assigned to Assignment Group A, an email should be sent to all members of that group whenever additional comments are added to the task. Similarly, if Location B is selected and the task is assigned to Assignment Group B, the notification should be sent to its respective members.
Any help would be much appreciated
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2025 10:52 PM
Hi @dmahendran ,
Please create a Flow Designer on the table where the record is being inserted. Based on whether the record is created or updated, add the appropriate trigger condition. If it's a catalog item, select the "Service Catalog" in the trigger condition.
Next, choose the "Send Notification" action to trigger the notification. Alternatively, you can create an event record to generate an event, and then trigger the notification associated with that event.
I hope this helps! Please feel free to mark this as helpful or correct if it resolves your query.
Best regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 12:11 AM
@Pooja58 TYSM!
Cant we able to achieve this Via Email Notification?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 01:06 AM
Hi @dmahendran ,
We can but going forward, using flow designer wherever it fits is the best practice.
Best Regards,
Pooja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2025 01:48 AM
could you gimme an way to achieve this Via notification as we followed this process as of now.