Webhook Guide
Download guideBeta / Sandbox Simulation Only. Quardlyn does not currently send production HTTP webhooks from Quardlyn to CRM/developer endpoints. The production launch integration is CRM to Quardlyn API.
CRM to Quardlyn API
Production supported. CRMs push signed create, read, update, delete, lifecycle and media changes to Quardlyn.
Quardlyn to CRM Webhooks
Sandbox simulation only. Logs and replay rows are retained as future architecture scaffolding.
Signing
Sandbox simulations use the Webhook Signing Secret. Production API calls use the API/HMAC Signing Secret.
Sandbox Simulation Event Names
property.createdproperty.updatedproperty.deletedproperty.withdrawnproperty.archivedproperty.restoredproperty.reactivatedproperty.sync.testproperty.sync.failed
| Topic | Documented Behaviour |
|---|---|
| Production delivery | Not currently available for outbound Quardlyn-to-CRM webhooks. |
| Sandbox trigger | Sandbox property lifecycle, sync test and sync failure simulations. |
| Replay | Replay is a sandbox inspection tool; it does not perform production HTTP delivery. |
| Failure Handling | Failure rows are simulated for partner resilience testing. |
| Production alternative | Use the CRM-to-Quardlyn Property API and read/list/lookup endpoints for synchronisation. |
Example Payload
{
"event": "property.updated",
"external_ref": "CRM-001",
"occurred_at": "2026-07-01T12:00:00Z",
"property": {
"external_ref": "CRM-001",
"department": "sale",
"display_address": "10 High Street, London"
}
}