Webhooks let MonkeysCloud tell your own services when things happen in your repository — like a push, a new pull request, or a deployment.
Create a webhook
- Open your project’s Settings → Webhooks page.
- Enter the URL of your endpoint.
- Choose the events you care about (pushes, pull requests, builds, deployments).
- Optionally add a secret to sign the payloads.
Verify signatures
Every request MonkeysCloud sends includes a signature header that you can use to confirm it really came from MonkeysCloud. If you configure a secret, verify the HMAC signature before trusting the payload.
Delivery status
The webhooks page shows recent deliveries and their status codes, so you can see at a glance if your endpoint stopped accepting requests.
Slack and email
For build and deploy updates in Slack or email, use the notifications section instead — no code required.