How to display email image?

Options
Jozef_783863
Jozef_783863 Posts: 331 admin

How do you display an image in an email?

Our Markdown instructions have the following for image Markdown:

![](path/to/the/image.jpg)

This approach does not work when you reference your file in the parenthesis.

Markdown > Images and links
https://help.catalytic.com/docs/markdown/#images-and-links

Best Answer

  • Jozef_783863
    Jozef_783863 Posts: 331 admin
    edited January 2020 Answer ✓
    Options

    I have a two-step approach to make an image display in an email. Listed below are the two steps along with images on how to accomplish this.

    1. Field: Field Formulas - Get file ID
    2. Field: Set Value of a Text Field - Construct file link for email

Answers

  • Jozef_783863
    Jozef_783863 Posts: 331 admin
    Options

    @Wyatt_299713 I hope this helps!

  • Jozef_783863
    Jozef_783863 Posts: 331 admin
    edited January 2020
    Options

    In case you are always using the same file, you will not need these two steps.

    For the singular file in use, you would only need to place this file ID in the following URL that lives in the email body:

    ![](/api/files/fileID/download)