Start a scenario by click a link?

Hi Make commnunity,

I want to create the following scenario (Scenario 1). I plan to send an email to users, which, in addition to the main content, will automatically generate a unique link for them to click on to confirm (similar to a verification activation email). This link will be unique for each email sent, possibly containing a specific code, or ideally, it would include the WooCommerce order ID that I’ve associated with this user in a previous step.

Once the user clicks on this link, it will trigger another scenario in Make (Scenario 2).
The data passed to Scenario 2 needs to include the order ID from Scenario 1 to begin.

The question is: How can I generate this link to start trigger another scenario?

1 Like

Hey @kieuminhnhat

You can send the webhook link of the 2nd Scenario with query params which makes the link unique and can share data with that link like orderID.

image

Thanks,
Sachin Shrivastava

3 Likes

Can you explain more, what module are you using on that screenshot?

@kieuminhnhat

Scenario 1 - Your Wrokflow goes here and send email here with link of Scenario 2 with the order id mapped here

Scenario 2 - Add your workflow after the webhook, it will get that specific orderid when user clicked on the link

3 Likes

Ahh, ok. That is how it works.
Thank you very much!!!

Glad to know I could help you
Please make sure to mark my answer as solution so that it helps community members in the future if someone encounter the same issue.

1 Like

I have another question,
Can I some how setup that trigger link when user click to it, it will start scenario 2 and the user also will redirect to another page?
The user need to redirect to another Thank You page.

Hello @kieuminhnhat :wave:

Just stepping in with a friendly piece of advice.

In the community, it’s generally more effective to start a fresh topic for each new question rather than commenting on older threads. When you initiate a new conversation, you’re more likely to catch the community’s attention and receive the help you need.

Thanks for helping to keep the community organized and making it easier for everyone to share and find the information they need. :pray:

4 Likes

Hey @kieuminhnhat

You can use Webhook response to do this. You can write HTML here.

If you want to redirect it to another website use this.

3 Likes

Awesome, thank you very much for detail answer

4 Likes