Share via

How to embed image in Logic apps send email V2

Saichandra T 6 Reputation points
May 2, 2021, 5:41 PM

Iam planning to send the Company Logo in the emails used in Azure Logic apps.Kindly let me know who can the email be sent.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,446 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee
    May 3, 2021, 11:11 AM

    @Saichandra T You can insert the base64 contents directly into your email HTML like follows

       <img src="data:image/jpeg;base64,your base64 encoded form of the image">  
    
    1 person found this answer helpful.

  2. Rajat Singh 0 Reputation points
    Sep 15, 2023, 10:43 AM

    I am also facing same issue, using HTML code in compose and giving output in email, but not getting image.

    0 comments No comments

  3. Rajat Singh 0 Reputation points
    Sep 15, 2023, 11:22 AM

    Mine started working now.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.