Webhooks

Create Flow

Create webhook

You can quickly create it on the webhook tab of the flow details page.

Choose Http methods type and enable it.

The default name is the name of the flow.

Or you can create webhook in webhook list page and associate the flow and enable it.

Initialize data structure (First call)

Click the url to cope webhook url in details page.

Make a test call, and if it is successful, the data structure will be automatically saved.

Then you can see the call history of the webhook, which displays the data structure passed in the details.

Getting data in the flow

Use Webhook Datasources to get dynamic data.

Audit logs

Call webhook again, data have been read from the node.

Last updated