# Webhooks

Our API provides robust webhook functionality to deliver asynchronous notifications for key system events, enabling seamless integration and real-time synchronization.

### Supported Events

* **Product Events:** creation, amendment, removal
* **Order Events:** creation, amendment, cancellation
* **Payment Events:** creation, refund, amendment
* **Voucher Events:** release, revocation
* **Redemption Events**

***

### Features & Benefits

* **Real-time Synchronization:** Automatically keep your system up-to-date with product, order, payment, and voucher changes.
* **Booking Status Recovery:** Track and respond to booking updates and cancellations instantly.
* **Third-Party Integration:** Easily trigger workflows in external systems or services through webhook callbacks.
* **Cache Management:** Enable cache purging or refresh operations asynchronously to ensure data freshness.
* **Voucher Management:** Handle voucher releases and revocations promptly to maintain accurate voucher states.
* **Asynchronous Processing:** Offload processing tasks triggered by events, improving application responsiveness and scalability.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.prioticket.com/key-concepts/additional-capabilities/webhooks.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.
