For: admin · developer
Set up webhooks for a module
Pick an endpoint URL, select events, copy the shared secret, verify signatures.
Open /settings/webhooks and click "Add endpoint".
Enter your HTTPS URL, pick events (record.created, record.updated, record.transitioned, etc.), optionally filter by module.
Copy the shared secret once — this is how your receiver verifies signatures. QEHS never shows it again.
Click "Send test" to fire a sample delivery. If your receiver returns 2xx, the endpoint is ready.
See Developer portal → Webhooks for signature verification code.