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! Go to Solution.
@Ellie_F
You can remove the last part away:
img src=โhttps://drive.google.com/uc?export=view&id=1J_C4EinubhzlHrOGlQOBtgSelV7z9tCAโ
@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&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
@Ellie_F
You can remove the last part away:
img src=โhttps://drive.google.com/uc?export=view&id=1J_C4EinubhzlHrOGlQOBtgSelV7z9tCAโ
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:
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 .
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |