# Webhooks

At Lavanda, we understand the pivotal role that real-time information plays in offering guests an unparalleled experience. To this end, we've integrated a comprehensive range of webhooks that allow you to receive almost instantaneous updates on data and user interactions.

**Webhook Infrastructure**: We've chosen **Svix** as our trusted partner for reliable webhook delivery.

**Getting Started**:

1. Initiate the process by contacting our customer success team to request webhook access.
2. We'll set up an application on your behalf, paving the way for you to begin receiving events.
3. With this dedicated application, you can:
   * Register the endpoints you wish to consume events from.
   * Explore available event types, access event payloads, and understand their respective schemas.

Once you have an application, you will need to setup an endpoint that will be receiving updates.

<figure><img src="https://2517006499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQPvCHCc2jMrJC6Zfglq0%2Fuploads%2Fgit-blob-7178005f29df528d50b53957b3d2fd8f8562335a%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2517006499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQPvCHCc2jMrJC6Zfglq0%2Fuploads%2Fgit-blob-5990e0b069f0bbc19f316ccae37c15dd67201b34%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Using the create webhook flow you will be able to configure which events your webhook should receive, as well as whether you want to add any custom headers such as adding auth to your endpoint.

As we leverage Svix as our webhook platform, you can utilise their suite of client SDKs, this is especially helpful for verifying the signature of the webhook event:

1. <https://docs.svix.com/receiving/verifying-payloads/how>
2. <https://docs.svix.com/receiving/verifying-payloads/why>

Now that you have your endpoint created. You can test it, view message attempts, as well as configure a rate limit.

<figure><img src="https://2517006499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQPvCHCc2jMrJC6Zfglq0%2Fuploads%2Fgit-blob-edd48902c99b574d962ba62b4e6b1a779a82f186%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>


---

# 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.lavanda.app/concepts/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.
