Overview
Webhooks let you push events from Voxys into any system that speaks HTTP. Subscribe to message, conversation, contact, deal, and agent events, then route them to your data warehouse, internal tools, or workflow automations. Built for engineering and ops teams who need conversation data, CRM updates, and Captain AI handoffs to flow into the rest of the business without polling an API.
- Subscribe to 30+ event types across messages, deals, and contacts
- Per-endpoint event filters so each consumer gets only what it needs
- HMAC SHA-256 signing on every payload for verified delivery
- Automatic retries with exponential backoff over 24 hours
- Live delivery logs with payload, response, and replay button
- Multiple endpoints per workspace with independent secrets
- JSON payloads matching the public REST API schema
How it works
1
Add an endpoint
Paste your HTTPS URL in settings and pick the events you care about. Voxys generates a signing secret on the spot.
2
Verify and handle
Validate the signature header in your handler, then route the payload to your queue, CRM, or warehouse.
3
Monitor and replay
Watch deliveries in the dashboard. Replay failed events with one click after you ship a fix.
