> 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/integration.md).

# Integration

The Webhooks module sends outbound HTTP callbacks to external systems when events happen in your project, with configurable destinations and delivery secrets.

| Method                                                                                                                     | Endpoint                                   |
| -------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| [Get Webhook Integration](/sdks-and-cli/webhooks/integration/get-webhook-integration.md)                                   | `GET /webhooks/integration`                |
| [Reveal Webhook Integration Secret](/sdks-and-cli/webhooks/integration/reveal-webhook-integration-secret.md)               | `GET /webhooks/integration/secret`         |
| [Rotate Webhook Integration Secret](/sdks-and-cli/webhooks/integration/rotate-webhook-integration-secret.md)               | `POST /webhooks/integration/secret/rotate` |
| [Update Webhook Integration Extra Headers](/sdks-and-cli/webhooks/integration/update-webhook-integration-extra-headers.md) | `PUT /webhooks/integration/extra-headers`  |
