---
title: "Webhooks for Flows"
slug: "flows-triggers-webhooks"
updated: 2025-03-28T08:43:37Z
published: 2025-03-28T08:43:37Z
canonical: "docs.connect.visma.com/flows-triggers-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

**Webhooks for Flows** provide a way for applications to send real-time data to your workflow.

The Catch Hook Public URL is a unique endpoint where your applications webhook events are directed.

#### Setting Up the Webhook

**Create a New Workflow:** Select the Built-in tool "Webhooks" as the trigger. "Catch Hook" is automatically selected as the event.

**Copy the Generated Public URL:** After configuring the trigger, you will get a Public URL. This URL acts as your Flows webhook endpoint.

**Integrate the URL with Your Application:** Copy the Public URL and integrate it into the external application you want to receive data from. Refer to that application's documentation for specific instructions on how to configure webhook endpoints.
