--- title: "Webhook Dispatcher" slug: "webhook-dispatcher" updated: 2025-03-18T10:23:13Z published: 2025-03-18T10:23:13Z canonical: "docs.connect.visma.com/webhook-dispatcher" --- > ## 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. # Webhook Dispatcher Webhooks are automated HTTP callbacks triggered by events in applications, enabling real-time data transfer and integration between applications. When a specific event occurs, our Webhook Dispatcher sends a POST request with event details to a predefined URL, allowing immediate and automated responses. ## Subscribe in the Developer Portal Sign in to the [Developer Portal](/v1/docs/developer-portal) to setup your Webhook subscriptions. You will find “Webhooks” in the top menu. ## Optionally Subscribe using API Subscriber applications that want to manage their subscriptions programmatically will also have access to the [Webhooks Subscriber API](https://oauth.developers.visma.com/service-registry/apistore/webhooks-subscriber) in the Developer Portal.