> 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/sdks-and-cli/webhooks/destinations.md).

# Destinations

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

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