Hi,
I am new to this and currently working on a project where I need to send individual emails using Power Automation from Outlook. I have successfully achieved this using base64 encoding, but I am encountering an issue. The inline image I attach to the email is not visible in Gmail accounts, although it displays correctly in Outlook.
Is there an alternative method or solution to ensure that the individual inline images are visible to each recipient, regardless of their email client (Outlook or Gmail)?
To provide more context, I have the following columns in my data:
Name Email Image_Name
My goal is to extract images from OneDrive using the information in the Image_Name column and include these images in the individual emails I send to the corresponding recipients.
Your assistance and guidance on how to achieve this would be greatly appreciated.
Thank you!
I tried with the follwing method but no luck to achive this in gmail account as it does not have the base64 support. Is there any other method to send an email from outlook excel sheet based on the Image_Name from onedrive.
Get File content - FilID
Compose -
base64(outputs('Get_file_content')?['body'])
Thank You for the information.
Hi @Rishi-Reddy ,
Because there is a Response in the flow to be returned to this flow, only premium license can be used.
Best Regards,
Sunshine Gu
Hi,
Thank you for your response.
What if I don't have a premium license to use the connector as shown in the below link?
Is there any other way to create a custom connector to make HTTP requests, or is purchasing the premium license the only solution?
Hi @Rishi-Reddy ,
As I can find, base64 encoded images are not supported in Gmail (from years ago on).
https://stackoverflow.com/questions/3279523/base64-images-to-gmail
So please consider following the methods below:
Solved: Embedded Image in Email (an oldy but a goody) - Power Platform Community (microsoft.com)
Best Regards,
Sunshine Gu
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional