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
- Open Settings → Integrations → Webhooks.
- Add the HTTPS URL that should receive events.
- Select which event types you want delivered.
- 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.