# Webhooks and Remote Targets

## Webhooks and Remote Targets

- [Event Driven Webhook Notifications API](https://docs.zaui.com/webhooks/master.md): Any supplier Zaui system is capable of directly POSTing details of events as they occur within the supplier system to your SSL-secured server endpoints.
- [Glossary](https://docs.zaui.com/webhooks/glossary.md)
- [Getting Started](https://docs.zaui.com/webhooks/getting-started-1/before-you-start.md): Getting started using Zaui Webhooks and sending them to your endpoints.
- [When is Data Delivered](https://docs.zaui.com/webhooks/events-and-data-models/when-is-data-delivered.md)
- [Event Notification Object](https://docs.zaui.com/webhooks/events-and-data-models/event-notification-payload.md): Describes Events and Event Objects
- [Booking Data](https://docs.zaui.com/webhooks/event-data-payloads/booking-data.md): Description of the booking data sent as payload to your endpoint.
- [Customer Data](https://docs.zaui.com/webhooks/event-data-payloads/customer-data.md): Description of the customer data sent as payload to your endpoint.
- [Account Data](https://docs.zaui.com/webhooks/event-data-payloads/account-data.md): Description of the account data sent as payload to your endpoint.
- [Contact Data](https://docs.zaui.com/webhooks/event-data-payloads/contact-data.md): Description of the contact data sent as payload to your endpoint.
- [Employee Data](https://docs.zaui.com/webhooks/event-data-payloads/employee-data.md): Description of the employee data sent as payload to your endpoint.
- [Check In Data](https://docs.zaui.com/webhooks/event-data-payloads/check-in-data.md): Description of the checked in data sent as payload to your endpoint.
- [Package Data](https://docs.zaui.com/webhooks/event-data-payloads/package-data.md): Description of the package data sent as payload to your endpoint.
- [Activity Data](https://docs.zaui.com/webhooks/event-data-payloads/activity-data.md): Description of the activity data sent as payload to your endpoint.
- [Product Data](https://docs.zaui.com/webhooks/event-data-payloads/product-data.md): Description of the product data sent as payload to your endpoint.
- [Inventory Data](https://docs.zaui.com/webhooks/event-data-payloads/inventory-data.md): Description of the activity and inventory data sent as payload to your endpoint.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.zaui.com/webhooks/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
