How to embed image in Logic apps send email V2

Saichandra T 6 Reputation points
2021-05-02T17:41:51.19+00:00

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.
2,996 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2021-05-03T11:11:42.287+00:00

    @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
    2023-09-15T10:43:33.74+00:00

    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
    2023-09-15T11:22:32.9733333+00:00

    Mine started working now.

    0 comments No comments