XRM 360
  • Home
  • About Me
  • Blog Posts
  • Contact
XRM 360
  • Home
  • About Me
  • Blog Posts
  • Contact
How to Dynamics 365

Adding a Confirmation Link in an email using Power Automate

17 November 2023

Adding a confirmation link in an email can be beneficial in various scenarios, enhancing user engagement and providing valuable insights. Here are several scenarios where a confirmation link proves useful: approvals from users with no access to Power Apps, subscription confirmation, account activations, …

One way to achieve this is by creating a Power Automate flow with:

  • a trigger on “When a HTTP request is received”
  • “Who can trigger the flow?” = “Anyone”
  • Method = Get

To generate the link, you can use Query parameters and you will have:

HTTP POST URL (generated by the Flow) + Needed query parameters

And you will have a link like: https://prod-142.westeurope.logic.azure.com:443/workflows/2933c9bdc6bd4607bb44a259202a6e83/triggers/manual/paths/invoke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=FSDxzyagaVKfAGm-9M7FVCsShoG-WPUINs&test=CustomParameter

To get the value of query parameters in the Power Automate Flow you need to use:

triggerOutputs()[‘queries’][‘test’]

Here is an example of a flow run:

In the browser you will get the message from the response:

Using the approach above, you can include the confirmation link the email:

<p><a href=”[Insert Link]”>Confirm Now</a></p>

Dynamics 365FlowsPower Automate
0 comments
Facebook Twitter Pinterest

Post navigation

Create automatically only specific addresses on contact and account creation

You may also like

Create automatically only specific addresses on contact and account creation

13 October 2023

Deactivate automatic address creation for Contact Account and Lead

13 October 2023

Use alternate Keys in Power Automate Flows

1 January 2023

Why XRM 360 ?

30 July 2019

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

About Me

About Me
Bogdan Cioban

I hope that you will find here something to interest you.

Keep in touch

LinkedinSkype Xing

Recent Posts

  • Adding a Confirmation Link in an email using Power Automate November 17, 2023
  • Create automatically only specific addresses on contact and account creation October 13, 2023
  • Deactivate automatic address creation for Contact Account and Lead October 13, 2023
  • Use alternate Keys in Power Automate Flows January 1, 2023
  • Why XRM 360 ? July 30, 2019

Categories

  • Business Solutions
  • How to Dynamics 365
  • Power Automate
  • Proof of concept
  • Linkedin
  • Skype
  • Xing

© 2025 - XRM360. All Right Reserved. Design by Enic Web Design


Back To Top