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.
Parameters
Parameters name | Description |
---|---|
Webhook URL | This 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 Time | Define the time when the flow should wait to receive the POST request at the endpoint. |
Variables Management | You 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. |
Updated 11 months ago