> For the complete documentation index, see [llms.txt](https://vu-custom.gitbook.io/vu-custom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vu-custom.gitbook.io/vu-custom/admin-api/integration/webhooks.md).

# Webhooks

Webhooks are particularly useful for scenarios where real-time data updates are crucial. For instance, in an e-commerce platform, a webhook can alert the inventory system when a new order is placed, enabling instant updates. This approach is more efficient than periodically polling the server, which can cause delays and increase server load.

VU Custom supports webhooks from third-party applications. Brands can integrate VU Custom with their third-party applications and can create webhooks.&#x20;

### Create Webhooks

{% hint style="info" %}
Users with Administrator permissions can add, edit, and delete Webhooks.
{% endhint %}

To add a Webhook:

1. From the Dashboard, click **Settings > Webhooks > Add New or Create New Webhook**.

2. Enter the details as mentioned in the table below as a reference.

   <table><thead><tr><th width="317">Field</th><th>Description</th></tr></thead><tbody><tr><td>Event</td><td>Enter a name for the event. For example, create an order.</td></tr><tr><td>Version</td><td>Select the color from the dropdown.</td></tr><tr><td>Subscription</td><td>Click Add a subscription and add the URL address.</td></tr><tr><td>Url</td><td>Webhook URL address.</td></tr></tbody></table>

3. Click **Save**.

To delete the Webhook,  select **Webhook > Delete**. The Webhook gets deleted after confirmation.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://vu-custom.gitbook.io/vu-custom/admin-api/integration/webhooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
