Logic App - Send approval email action

Pine, Michael 21 Reputation points
2020-07-21T04:27:33.91+00:00

I am being asked to use this process to create a basic mechanism to have a workflow created and to be able to be approved or rejected, out of this box this seems fantastic and very easy to put together, however there are 2 things that are of concern to me, making this effectively useless, unless of course I am missing something that someone can help with,

  • You are not able to get the email address of the person that "Approved" or "Rejected" ?
  • You are not able to get the email body of the reply email to see if they typed anything in or no way of getting custom comments ?

Anyone able to confirm this for me please ?

thanks
Michael

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

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,606 Reputation points Microsoft Employee
    2020-07-23T09:34:55.363+00:00

    The Send Approval Email action is an implementation of the actionable messages framework. This action aims to simplify approval workflows without having to implement a custom service. And like you've observed, there are some limitations to it

    You are not able to get the email address of the person that "Approved" or "Rejected"?

    I believe this is supported by the actionable messages framework but is likely not exposed in the action. Please feel free to raise a feature request to include support for this.

    You are not able to get the email body of the reply email to see if they typed anything in or no way of getting custom comments?

    Currently, you get a simple case with buttons to record a response. While you could include a comment box using the actionable messages framework, it's not part of the Logic Apps implementation. Again, please feel free to open a feature request to include support for customizing the action message.

    ---
    Since the above limitations are still possible with the actionable messages framework, you could have your own custom implementation that you could trigger using the HTTP WebHook Action (which is very similar to how the official action works).

    0 comments No comments