Webhooks
Receive real-time events when calls end, conversations close, and more.
Overview
Webhooks let your systems react to Myndy events in real time — for example, when a call finishes or a new lead is captured.
Event Types
- call.completed: A voice call has ended and its transcript is ready
- conversation.closed: A chat conversation has ended
- lead.created: An agent captured a new lead
Payload Format
Events are delivered as JSON POST requests to your endpoint. Verify the signature header before processing.
Setup instructions are coming soon.