Learn how to receive real-time notifications from iClosed.io when events occur in your account.
Webhooks are HTTP callbacks that notify your application when specific events occur in iClosed.io. Instead of polling our API for updates, webhooks push data to your server in real-time, making your integration more efficient and responsive.
- Subscribe – Register your webhook endpoint URL with iClosed.io
- Receive – Your server receives HTTP POST requests when events occur (body is a single JSON object per delivery)
- Process – Handle the webhook payload to update your application
- Respond – Return a
2xxstatus code to acknowledge receipt
iClosed.io supports webhooks for the following events:
| Category | Events |
|---|---|
| Contact Events | New contact created, contact updated, contact by status |
| Call Events | Call booked, call cancelled, call rescheduled |
| Call Outcome Events | Call outcome added |