include attachments in email notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 01:17 AM
Hi
I want to include attachments in email notifications.
Notifications no longer include attachments when sending conditions are event-triggered.
If the send condition is Record Insert, the notification includes attachments.
If the sending condition is event-triggered, won't attachments be included in the notification?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 03:06 AM
Hi @HS7,
You are going to need 2 notifications. One event triggered, one insert triggered.
On the insert triggered, check the Include Attachments checkbox, on the other one leave it unchecked.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 04:02 AM
hi @Peter Bodelier
Is it correct that the notification cannot contain attachments if the sending condition is an event?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2023 04:11 AM
Ah I think I misunderstood your earlier question?
You want to include the attachments when triggering on an event as well?
That should work, if you check the include attachments checkbox, the same way as it does for an insert.
Just make sure, the second parameter in your gs.eventQueue call is the record where the attachments are attached to.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.