Most efficient way to add a logo to a workflow email

Please could someone suggest the most efficient way for me to include a company logo on the footer of an email generated by workflow? I have attempted a few different approached but without success.
Suggestions appreciated. Thank you

Solved Solved
1 11 1,259
1 ACCEPTED SOLUTION

11 REPLIES 11

@Ellie_F
The most efficient approach is using HTML tagging in the email body. For example; below is the email body of a workflow template for our CRM app:

<hr style='border-width: 5px 5px 0; border-style: solid; border-color: #FF1A00'><b>Hi <<FULL NAME>></b>,<p>We have been informed that you have a help request for your AppSheet app. We are 3 enthusiasts and AppSheet developers with some good expertise and thought that we can help you with deploying your app.</p><p>We would like to organize either a web-meeting or a Skype call depending on your preference. This will be an about 1hr meeting/call with no cost to you which will at the end, give us a better understanding of what your needs and requirements are, and in what ways we can help you. At the end of this meeting, it will be easy for both of us to decide how to proceed.</p><p>Please do inform us with 1 or 2 date and time-frames that you see convenient. We will be glad to organize it and reply you back with necessary info.
</p><p>Looking forward for your correspondence.</p><p>Regards,<br><img src='https://ci6.googleusercontent.com/proxy/csZGvaB3aPkeIWbi_Ju0M-i891p29Xa5pAVisV4qAX_rUYQe72gTy5_QaZf0yKboskIAp9fQ1prUf0g6LbmZtnoBnfjhD8tgMouU2afdhRojMocQ7X1HCmJn0TGm=s0-d-e1-ft#https://drive.google.com/uc?export=view&amp;id=0BxPMzl9KFfpLUzF5a05qX3FrekU' height='58' width='54'><br><b>Levent KULACOGLU</b><br><i>ABLE3 Ventures, LLC</i><br><i>Managing Partner</i><hr style='border-width: 5px 5px 0; border-style: solid; border-color: #FF1A00'>

And the result is:

Thank you so much for your help but I think I am being dim as I cant get it to work.
do I just use the sharable link that I get from google drive?
something like this "img src=โ€˜https://drive.google.com/file/d/1ao4pj8Q6IOhoZcBN21Wi-Sw_8/view?usp=sharingโ€™

@Ellie_F
For image display, you can use this syntax. Ensure that the image in your gDrive is shared with a status of Anyone with the link can view. Copy the sharing URL and stripe the fileID and use it in below syntax.

https://drive.google.com/uc?export=view&id={fileID} 

Thank you - so do I literally put this in the body of the email like this?
<img src='https://drive.google.com/uc?export=view&id=1J_C4EinubhzlHrOGlQOBtgSelV7z9tCA/view?usp=sharing>

this is my sharable link

should this work if the appโ€™s not yet deployed?
I can see in the email that itโ€™s trying to insert an image but its not showing it

@Ellie_F
I believe you had forgotten the single quote at the end in scr. The URL shall be between 2 single quotes

oh god yes I had, so sorry and thank you so much for helping me with this. Once again, greatly appreciated.

Youโ€™re welcome

If you are using a Google Doc template file you can:

  1. Click the โ€œViewโ€ button following the template name to open the template in Google Docs
  2. In Google Docs, put the cursor in the location where the image should appear.
  3. From the Google Docs โ€œInsertโ€ menu select โ€œImageโ€ > โ€œUpload from computerโ€
  4. Pick the image you wish to display. It will be inserted in the template at the current cursor location.

Thank you Phil, I appreciate your help, but unfortunately I am not using a doc template in this instance. The email body is captured within the workflow .

Top Labels in this Space