Trigger notification when a new attachment is added to a case record and add it to the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi,
Is there any way to trigger a notification when a new attachment is added to a case record and to also add that attachment to the email notification sent?
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi,
One option is to have a business rule on insert on the sys_attachment table that fires an event when a new attachment is created. You could filter this to only trigger on certain source tables.
You can then create a notification that fires based off of this event
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @Kieran Anson any idea how I can then add the attachment to the notification ? Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
This approach will include the attachments, as long as the 'include attachments' option is specified on the notification record.
Screenshot below shows this working, email related list includes the attachments that'll be sent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Okay Thank you. @Kieran Anson
Not sure if you can help but, my other question is, can I then send that notification only to the contact linked to the case where the attachment has been uploaded? So
1: A new attachment is added on the case.
2. BR triggers the event and notification is sent
3. How can I make sure that notification is only sent to the contact linked to that case? Thanks