--- title: "Webhooks for Flows" slug: "flows-actions-webhooks" updated: 2025-03-31T09:04:38Z published: 2025-03-31T09:04:38Z canonical: "docs.connect.visma.com/flows-actions-webhooks" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.connect.visma.com/llms.txt > Use this file to discover all available pages before exploring further. # Webhooks for Flows **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.