Forum Discussion
Perform Action directly from mail in SharePoint
I have an application built using SharePoint in that form is there as soon as the form is submitted, email notification goes to the Approver to perform an action. A user can directly perform an action from mail itself.
In mail need to have buttons 'Approve, Reject and Revert' and a button is clicked that action should be performed.
In MS Flow and SharePoint flow that I have tried in that I am getting email consisting of buttons and when I click on any of the buttons it redirects to the browser I don't want to redirect a user to the browser, i.e. the user should after click should be an email only.
Hi Kajol ,
I can confirm:
- build Microsoft Flow with Http receiver (waiting for a post), which implements approve (or deny) logic
- send mails with adaptive cards, Approve button must point to adaptive cards.
There is not redirect in this case :)
Cheers,
Federico
- KajolFeb 27, 2019Copper Contributor