> For the complete documentation index, see [llms.txt](https://drophub.gitbook.io/drophub-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drophub.gitbook.io/drophub-docs/api/set-your-webhook-url.md).

# 🔗 Set Your Webhook URL

Configure your webhook endpoint to receive real-time delivery events (such as when a driver is assigned to an order). This ensures your system stays in sync with DropHub activity.

***

<figure><img src="https://311712911-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3GjZArUwoiog7c3oBxJ8%2Fuploads%2FpwAQiHqK28KrpBdhhdvn%2FWebhook-drophub.PNG?alt=media&amp;token=10855268-666e-44d0-9f6e-3ffbf08b6892" alt=""><figcaption></figcaption></figure>

#### 🛠 How to Configure

1. Visit: <https://drop-hub.com/delivery-client/settings>
2. Log in with your Delivery Client account
3. Scroll to the **Webhook Settings** section

***

#### 📥 Webhook Configuration Fields

| Field                             | Type   | Description                                                              |
| --------------------------------- | ------ | ------------------------------------------------------------------------ |
| **Webhook URL**                   | string | The full URL where DropHub will send webhook events                      |
| **Webhook Method**                | string | Currently fixed to `POST`                                                |
| **Retry Webhook Delay (seconds)** | int    | Delay between retries if your server doesn't respond (e.g. `30`)         |
| **Webhook Send Count**            | int    | Maximum number of retry attempts before DropHub stops sending (e.g. `5`) |

***

#### ✅ Requirements

* The server must respond with `HTTP 200 OK` to confirm successful delivery
* Payloads are sent in `application/json` format
