
Announcements
Here is the scenario.
1.List item is created.
2. Email is sent to an individual to inform them of the new list item
Since we cannot send an email with a read receipt (not a current feature), I need a way for the recipient of the email to acknowledge receipt of the email on the list. I was thinking of adding a column to the SharePoint list called "Acknowledgement" that would default to "Open". The email would have a link that the user could click on. Once clicked, the SharePoint list (for that specific ID) would have the "Acknowledgement" field changed from "Open" to "Acknowledged".
Is that possible?
Thanks
In order to do that, you will need to run a second flow once the link inside the email clicked.
Here is the reference : Calling Microsoft Flow from your application | Power Automate Blog
Instead of using the Request trigger, opt for the 'HTTP request is received' trigger, the article appears to be outdated.
----------------------------------------------------------
If I have answered your question, please mark your post as Solved. 🆗✔️
If you like my response, please give it a Thumbs Up. 👍
You can accept more than one post as a solution.