Webhooks & push events

Notify your own services about repository events with signed webhooks.

Updated Aug 4, 2026Git & Version Control

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

  1. Open your project’s Settings → Webhooks page.
  2. Enter the URL of your endpoint.
  3. Choose the events you care about (pushes, pull requests, builds, deployments).
  4. 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.

Webhooks & push events