Sending an email notification when an attachment is added to an Incident record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 08:49 AM
Thanks to
Secondly and more importantly I would like the outgoing email generated from the notification to include the attachment in this case Email.png.
As I'm not much of a coder I would greatly appreciate any help.
Any questions please ask.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 09:13 AM
If you notice in that post all the way at the bottom, I posted a note to let people know that there are OOB events that have been added to the system for this now.
For your notifications that you have generated have you selected the "Include attachments" checkbox?
Also without seeing the code/notification content its hard to tell where you went wrong. But based on what you posted it sounds like you may need to specifically get the value for the "file_name" field, but thats just a guess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 05:03 AM
Thanks for the promp reply Drew.
I did see your post and I have selected 'Include Attachments' however the attachments are not being added to the outgoing email.
I am using the suggested event from @ccajohnson and his advice here:-
https://community.servicenow.com/community?id=community_question&sys_id=bb8b0b61db9cdbc01dcaf3231f96191e
My business rule is as follows:-
The notification is:-
I don't get why it isn't attaching the image from the sys_attachment table.
Any help would be much appreciated

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 05:20 AM
Notification table name has to be "incident", not attachment. Try that and let me know if that works
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 05:30 AM