How to Change Display name of a email in Azure logic App

Anand Kumar Pola 21 Reputation points
2022-12-16T05:39:28.443+00:00

I have created a Logic App,

as per my business need i to change the Display name of the email for each scenario. But the Current Outlook Connector (Send Email V2 ). doesn't have a parameter for Display Name.

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

Accepted answer
  1. MayankBargali-MSFT 70,866 Reputation points
    2022-12-16T06:25:19.603+00:00

    @Anand Kumar Pola Thanks for sharing more details. Unfortunately, there is no property that can set the Display name of the sender while sending the email. The listed property is documented here. In case if outlook API provides that option while sending the email then you can leverage their REST API to send the email leveraging the HTTP connector at the logic app end.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.