Broken Images in Email Notification

Bruce11
Giga Expert

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.

1 ACCEPTED SOLUTION

Sajilal
Mega Sage

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

View solution in original post

7 REPLIES 7

Hemanth M1
Giga Sage
Giga Sage
Hi Bruce, Could you please verify image is rendering properly in the ServiceNow first by clicking preview image ui button on the notification. And also you can send this notification to yourself just for testing and verify how it would look in your inbox. I would suggest you remove the image and re add the proper image Please try above initial triages /Hemanth
Accept and hit Helpful if it helps.

Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025

Priyanka Vasant
Tera Guru

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.

https://community.servicenow.com/community?id=community_question&sys_id=a11ac769db5cdbc01dcaf3231f96...

 

Mark helpful or correct based on impact.

Regards,

Priyanka 

AbhishekGardade
Giga Sage

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:

  1. Choose Content Management > Images.
  2. Click New to create a new image. The Images form opens.
  3. In the Name field, enter the new image's filename (such as ImageName.png).
  4. In the Images field, click Click to Add. A Choose an Image File page opens.
  5. 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

Thank you,
Abhishek Gardade

RAHUL Khanna1
Mega Guru

Go TO Notification and manually reload the Images. Then it should work