Add image flow designer - send email

Osvald
Giga Contributor

 

 

Hi community,
I need to add a image on the body of the email. I'm using send email of the flow designer and I don't know how to do this. Can you help me?
my script body exemple:

find_real_file.png

1 ACCEPTED SOLUTION

Willem
Giga Sage
Giga Sage

Where is your image coming from?

 

You can use image tags like this:

<img src="0214ADAF-1C76-4E34-966F-0EBD09534402.png" width="300" height="450"/>

If you go to the image table:

find_real_file.png

 

You can get the html tag for each image:

find_real_file.png

View solution in original post

3 REPLIES 3

Willem
Giga Sage
Giga Sage

Where is your image coming from?

 

You can use image tags like this:

<img src="0214ADAF-1C76-4E34-966F-0EBD09534402.png" width="300" height="450"/>

If you go to the image table:

find_real_file.png

 

You can get the html tag for each image:

find_real_file.png

Hi Willem,

If you can help me with my query?

I have done exactly as you have mentioned. But I should have recived only 2 Emails for 2 users.

find_real_file.png

But I got multiple emails with the Image. Why is that?

https://community.servicenow.com/community?id=community_question&sys_id=a259d852db9fb490847d5ac2ca961959 - Link to my question. If you can please help me?

Thanks,

Vaishnavi

Willem
Giga Sage
Giga Sage

find_real_file.png

 

And then add:

find_real_file.png

 

Then the mail looks like this (image is the first one in my ServiceNow instance):

find_real_file.png