Muin is in private beta.Watch the public release announcement —talk to us.
Falaah Falaah AI

Setting Up Webhooks

Send Muin events to your own systems in real time — register an endpoint, choose which events to receive, and verify delivery.

Webhooks (Settings → Integrations → Webhooks) let Muin push events to your own systems the moment they happen — so you can trigger downstream automation without polling the API.

Registering an Endpoint

  1. Open Settings → Integrations → Webhooks.
  2. Add the HTTPS URL that should receive events.
  3. Select which event types you want delivered.
  4. Save — Muin begins sending matching events to your endpoint.

Verifying Delivery

Your endpoint should respond quickly with a success status so Muin records the delivery as complete. Failed deliveries are surfaced so you can investigate and, where supported, retry.

Tips

  • Use an HTTPS endpoint and validate incoming payloads before acting on them.
  • Subscribe only to the events you actually consume — fewer event types means less noise and less to handle.
  • Have your endpoint return success fast and do heavy work asynchronously, so slow processing doesn’t look like a delivery failure.