Help

Re: Any luck with adding an image in automated email send?

1548 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Kiersten_Kollin
6 - Interface Innovator
6 - Interface Innovator

We are trying to add our logo into the body of automated email sends. Has anyone had any luck in this area? 

2 Replies 2

If your image isn't hosted on Airtable, in your email automation you can do:

<img src='https://www.google.com/images/branding/googlelogo/2x/googlelogo\_color\_272x92dp.png'>

(Remember to escape the underscores)

If it's hosted on Airtable, you can add it as an "Expiring Download URL" and it seems to work:

Screenshot 2023-01-26 at 3.00.18 PM.png

Received in Gmail:

Screenshot 2023-01-26 at 3.01.02 PM.png

Note that the attachment field you're referencing can only have one image in it though; more than one and it won't work I think

Thank you for the suggestion. I will try this out.