What are Webhooks?
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.How Webhooks Work
- Subscribe: Register your webhook endpoint URL with iClosed.io
- Receive: Your server receives HTTP POST requests when events occur
- Process: Handle the webhook payload to update your application
- Respond: Return a 2xx status code to acknowledge receipt
Supported Events
iClosed.io supports webhooks for the following events:- Contact Events: New contact created, contact updated, contact deleted
- Deal Events: Deal created, deal updated, deal status changed
- Call Events: Call scheduled, call completed, call cancelled
- Event Events: Event created, event updated, event cancelled
- Transaction Events: Transaction created, transaction updated