Need help with email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:37 AM
I have a requirement of notification, when worknotes are updated, email body should have below line.
Worknotes of the incident has been updated by[who] on [when]
How to do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:46 AM
Hi Tharun,
You can add field to your notification body in from "Select variable" section see the attachment, otherwise you can create notification email script as a template and you can use it other notifications
Regards,
Pethum
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 03:02 AM
Hi Tharun,
i dont know if you want a Mail Notification for every Incident that has changes in the work notes, but if you do so, you can try this solution. You just build a new flow which is triggered if in the table "incidents" the "Work notes" are changed. (Screenshot 2024-01-09 115221.png) If there are changes it will trigger the Action in the flow which sends a Mail, where you can add the Information that you want. (Screenshot: Mail)
This solution is just a rough idea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 03:20 AM
Hi @Admin7267
Create an email script and add it to the notification. You can use the Journal Entries[sys_journal_field] table to get work notes, created, created by value. Thanks.
Please mark this response as correct or helpful if it assisted you with your question.