Introduction

Webhooks

Appointedd webhooks allow you to receive real-time notifications when events occur in your account. When a supported event occurs (such as a booking being created or an invoice being paid), Appointedd will send an HTTP POST request to your configured webhook endpoint with a JSON payload containing the relevant data.

OpenAPI Schema

The complete OpenAPI 3.1 specification for all webhook events is available here

This schema can be used to generate client libraries, validate payloads, and integrate with API development tools.

Available Webhook Events

The following sections document each currently available webhook event, including the payload structure and example data.