> ## Documentation Index
> Fetch the complete documentation index at: https://api-docs.nowbookit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhooks Overview

> Real-time event notifications across all NowBookIt integrations.

NowBookIt supports two webhook directions:

| Direction                      | Who calls whom                                         | Auth                            |
| ------------------------------ | ------------------------------------------------------ | ------------------------------- |
| **Outbound (NowBookIt → You)** | NowBookIt posts events to your registered callback URL | None (you verify via signature) |
| **Inbound (You → NowBookIt)**  | Your system posts events to NowBookIt-hosted endpoints | HMAC signature                  |

<CardGroup cols={2}>
  <Card title="Outbound Webhooks" icon="arrow-right" href="/ipos/webhooks-reference/outbound">
    NowBookIt pushes booking and gift card events to your system.
  </Card>

  <Card title="Partner Inbound Webhooks" icon="arrow-left" href="/ipos/webhooks-reference/inbound">
    Your system pushes sales and events to NowBookIt.
  </Card>
</CardGroup>
