Skip to main content
All CollectionsStrategy & Best-Practices
How to use Variables from a third-party (webhook) inside your Flows
How to use Variables from a third-party (webhook) inside your Flows

In this article, we show you, how you can use specific variables from a third party application and how to replace the Button CTA URL

Updated over a week ago

You can either watch the Video-Guide above or check-out the steps below!

Choosing the correct Flow Trigger

When you want to use Variables passed through a third-party, your Flow Trigger has to be of type POST-Endpoint or Klaviyo Webhook. You can create a new flow here

After selecting your trigger, you will need to pass in the Payload Body when configuring your trigger, so that the Tool (Chatarmin) knows, which Variables will/can be used. An example of that payload would be:

{
"email": "{{ person.email }}",
"phone":"{{person.phone_number}}",
"tracking_url":"{{event.trackingURL}}"
}

Selecting Variables from Payload Body in Template

Now, after you have configured your Trigger with the correct Payload Body and clicked on Save, you can add "Send Campaign" as the next step and select a Template:


โ€‹

After selecting your Template -> Select your Variables:

Now, after Publishing your Flow, you can test your Flow and see that the passed Variables will be used!

Did this answer your question?