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

# Destinations

A **webhook destination** is an external URL Norbix calls when a subscribed event fires.

| Endpoint                                                                                           | Method                                     |
| -------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Disable Webhook Destination](/api-reference/webhooks/destinations/disable-webhook-destination.md) | `PUT destinations/{DestinationId}/disable` |
| [Enable Webhook Destination](/api-reference/webhooks/destinations/enable-webhook-destination.md)   | `PUT destinations/{DestinationId}/enable`  |
| [Remove Webhook Destination](/api-reference/webhooks/destinations/remove-webhook-destination.md)   | `DELETE destinations/{DestinationId}`      |
| [Save Webhook Destination](/api-reference/webhooks/destinations/save-webhook-destination.md)       | `POST destinations`                        |
