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

# Set Up Webhook

Configure webhooks to receive real-time updates about video events and processing status.

## Create a Webhook

To create a new webhook, click **New Webhook** in the top right corner of the dashboard.

<Frame caption="Create New Webhook">
  <img src="https://mintcdn.com/vidinfra/v2cg9X6aeSkU0y0t/images/vidinfra/library-44.png?fit=max&auto=format&n=v2cg9X6aeSkU0y0t&q=85&s=3f646a0bf058f3abe5c1e2a7f033680f" alt="Create New Webhook" width="1918" height="855" data-path="images/vidinfra/library-44.png" />
</Frame>

Follow these steps to create a new webhook for receiving video event notifications:

***

### Add a Name

Enter a name for your webhook under Video Event Notifications. This helps you identify the webhook when you manage multiple integrations.

### Provide the Endpoint URL

Paste the URL where Vidinfra should send webhook events into the Endpoints field. This must be a valid, publicly accessible endpoint from your server or application.

<Tip>Make sure your webhook endpoint is publicly accessible and returns a 200 response.</Tip>

### Select Events to Monitor

Choose the video lifecycle events you want to receive notifications for. Available events include:

* **`created`**
* **`uploading`**
* **`queued`**
* **`processing`**
* **`partial_playable`**
* **`playable`**
* **`transcoding`**
* **`packaging`**
* **`saving`**
* **`transcoding_failed`**
* **`pulling`**
* **`pulling_failed`**
* **`failed`**

Select the events relevant to your workflow.

<Warning>Selecting too many event types may generate a high number of webhook calls. Choose only the events your workflow needs.</Warning>

### Add a Secret Token (Optional)

You can add a Secret Token to secure webhook deliveries. This token allows your server to verify that the request came from Vidinfra.

### Create the Webhook

Click Create to save your webhook. Your endpoint will now start receiving notifications for the selected events.

<Frame caption="Create your Webhook">
  <img src="https://mintcdn.com/vidinfra/v2cg9X6aeSkU0y0t/images/vidinfra/library-45.png?fit=max&auto=format&n=v2cg9X6aeSkU0y0t&q=85&s=9b68458ccb7c792bee15c71d03707e8a" alt="Create your Webhook" width="1010" height="741" data-path="images/vidinfra/library-45.png" />
</Frame>

Your **webhook** is now created and ready to receive events.
