# Problems - The documentation does not include a complete list of webhook payloads - An app builder struggled with webhook signatures and ngrok setup # Proposed Solution - [ ] Add a Webhooks page - [ ] Explain webhook payloads - [ ] Explain webhook signatures - [ ] Explain ngrok setup # Considerations - [OpenAPI supports Webhooks](https://learn.openapis.org/examples/v3.1/webhook-example.html), so we should document the webhooks in our OpenAPI spec. Unfortunately, the [Nest.js Swagger module does not support webhooks](https://github.com/nestjs/swagger/issues/1827).