Help

Re: Adding a logo to an email sent from an automation

Solved
Jump to Solution
4929 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Robert_Fike
5 - Automation Enthusiast
5 - Automation Enthusiast

We have an automation that send emails to customers about their project we are working on. I want to have our company logo in the email.

Can this be done?

1 Solution

Accepted Solutions

As I said above, you need replace the text “URL_FROM_FORMULA_FIELD” (keeping the quotes and only replacing what’s inside them) with the URL that you get from the formula field that you made. In your screenshot above, the formula field outputs a URL beginning with “https://dl.airtable.com/”. That full URL is what needs to replace “URL_FROM_FORMULA_FIELD”.

See Solution in Thread

17 Replies 17

Welcome to the community, @Robert_Fike! :grinning_face_with_big_eyes: This is definitely doable, but it’ll require a little work with HTML. I outlined the process in another thread a couple months back:

Thank you very much. Thats awesome

Nothing showing up on email.
image

image

Robert_Fike
5 - Automation Enthusiast
5 - Automation Enthusiast

image

Robert_Fike
5 - Automation Enthusiast
5 - Automation Enthusiast

image

You’re not following the complete instructions from the other post. You don’t insert the attachment URL directly. It needs to be part of an <img> tag.

Robert_Fike
5 - Automation Enthusiast
5 - Automation Enthusiast

Sorry to bother, how do you create the tag and link it to your image

The post that I linked above has all of the details. In your email template, you need to type out the tag structure manually, then copy the URL from the formula field and paste it into the spot where it says “URL_FROM_FORMULA_FIELD” in the example.