Feb 08, 2022 05:21 AM
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?
Solved! Go to Solution.
Feb 08, 2022 11:34 AM
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”.
Feb 08, 2022 09:46 AM
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:
Feb 08, 2022 10:17 AM
Thank you very much. Thats awesome
Feb 08, 2022 10:37 AM
Nothing showing up on email.
Feb 08, 2022 10:38 AM
Feb 08, 2022 10:39 AM
Feb 08, 2022 10:40 AM
Feb 08, 2022 10:46 AM
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.
Feb 08, 2022 11:05 AM
Sorry to bother, how do you create the tag and link it to your image
Feb 08, 2022 11:10 AM
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.