Webhook for Flows allows you to send real-time data from your workflow to an external system or application.
Configuring the Webhook for Flows Action
In your Workflow select the Built-in tool "Webhooks" as an action. The Event "HTTP Request" is automatically selected.
Define Webhook Parameters
Set the authentication type based on the external application’s requirements:
No Authentication
Basic Authentication (provide a username and password)
OAuth (configure the necessary token details)
Choose the HTTP method (e.g. POST).
Enter the target URL where the data should be sent.
Specify the body, query-params and headers of the request, as required by the external application.
If you have a JSON sample from the external application or API, you can simply paste it in using the “Use JSON sample” option, and the body key/values will be automatically created based on the structure of that JSON.