Is it possible to send an image where the link is {data}?

Is it possible to create an email where the image is {data}? For example.

data: {
     imagePath: 'https://www.image-location.com/image123',
    },

Hi there @krithinjaycode :wave:

You can definitely include a link to an image in the data object. The final rendered result will depend on where you insert your imagePath variable however. If you include your variable inside an image block, an image will render. If you include it inside a text block, the url will show up and not render an image.