Wait for Webhook - Functions Widget

The Wait for Webhook widget allows you to post data or variables to 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 URL example that will help you to see it as a reference to implement the POST request on your side.
Wait TimeDefine the time when the 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. The values can be replaced along with the flow in the places where you configure the variables.