- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 06:00 PM
Hello All,
The image added to notification body does not display when a notification is received by users. How do i troubleshoot or fix the issue.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 11:46 PM
Have a Email Script in place to call the image, do have the Image present in the System UI Images table. It should then work fine. Do let know if need assistance.
Please Mark as ✅ Correct if this solves your issue and also mark 👍 Helpful if it helps resolve your problem.
Thanks,
Saji

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 07:39 PM
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 10:21 PM
Hi Bruce,
Check you have stored at the service-now instance/images location.
And you have used same url which is generated after saving an image.
Find the similar below thread that might help you.
Mark helpful or correct based on impact.
Regards,
Priyanka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 10:35 PM
Hello Bruce,
Can you share you code to show up the image? I am aware of image rendering issue on notifications.
You can write email notifications in HTML and add Image after you upload it to ServiceNow:
- Choose Content Management > Images.
- Click New to create a new image. The Images form opens.
- In the Name field, enter the new image's filename (such as ImageName.png).
- In the Images field, click Click to Add. A Choose an Image File page opens.
- Click choose a file and upload the Image.
When you have created the Image record, you can use the file in an email notification's HTML template, like this:
<img src="ImageName.png" width="<yourimagewidth>" height="<yourimageheight>" />
The notification will look in Image records for an image whose name matches the src attribute.
Thanks,
Abhishek Gardade
Abhishek Gardade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2020 11:20 PM
Go TO Notification and manually reload the Images. Then it should work