Send a test event
POSTs one sample payload to your URL right now and hands back what came back. It goes through the same delivery path as a real event — same headers, same signature, and it is recorded in the delivery list — but it deliberately ignores enabled and your event subscription, because the question it answers is whether your endpoint works before you turn delivery on. The payload carries obviously fake sample data. Requires webhooks:write.
Authorizations
Your Wixzel Phone API key: Authorization: Bearer wv_live_.... Keys are scoped; grant only what the integration needs.
Body
Which event to simulate. The payload carries obviously fake sample data.
inboundCall, outboundCall, callCompleted, leadCreated, leadQualified, campaignCompleted, appointmentBooked, appointmentCanceled, callTransferred, transferFailed "callCompleted"
Response
What your endpoint answered
webhook_delivery The value of the event field in the delivered payload.
inboundCall, outboundCall, callCompleted, leadCreated, leadQualified, campaignCompleted, appointmentBooked, appointmentCanceled, callTransferred, transferFailed "callCompleted"
Where this attempt was sent — the URL configured at the time, not the current one.
1 for the first POST of an event. Each attempt is its own record.
delivered means a 2xx. Nothing else counts, including a 3xx.
delivered, failed Your endpoint's HTTP status, or null when nothing answered — DNS failure, refused connection, or timeout.
Why it failed, at the transport level. Never your response body: a receiver that echoes the payload back would otherwise store it here.
True when another attempt was scheduled. Retries run in-process, so a deploy between attempts drops the pending one.
ISO 8601, always UTC.
"2026-09-01T12:00:00.000Z"

