Wait for Webhook

This widget allows you to post data or variables to the Flow Studio from an external system and then you can use those variables to personalize your communication.

1774

Parameters

Parameters nameDescription
Webhook URLThis URL will be visible just right after the flow is published.
Once the Flow is published you can see a cURL example that will help you to see that as a reference to implement the POST request on your side.
Wait timeDefine the time that flow should wait to receive the POST request at the endpoint.
Variables managementYou can add as many variables as you want. Those variables are used along with the whole flow and you should send those variables in the body of the POST request. So then those values can be replaced along with the flow in the places where you configure the variables.