# Events

import WebhookEvents from "./../../openapi/webhook_events.md";

Webhooks in Moneybird notify your application when certain events occur in your administration, such as the creation or update of an invoice, contact, or other resources. By subscribing to specific webhook events, you can automate workflows and keep your systems in sync with Moneybird in real time.

Below is a table listing all possible webhook events you can use when configuring your webhook's `enabled_events`:

<WebhookEvents />
