> 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/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.

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