include attachments in email notifications

HS7
Giga Guru

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?

3 REPLIES 3

Peter Bodelier
Giga Sage

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.

hi @Peter Bodelier 
Is it correct that the notification cannot contain attachments if the sending condition is an event?

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.