Skip to main content
When a call ends and post-call analysis finishes, Lawtte posts a call_analyzed event to your firm’s webhook endpoint.

Payload

Respond 200 with { "received": true } as soon as you have the payload, then do your own work asynchronously. Slow responses cause retries.

What Lawtte does with it

Caller name, number, and case type are extracted from the analysis, deduplicated against existing leads, and written to your dashboard.
Clio, MyCase, Filevine, and Lawmatics are supported, plus a generic sync endpoint per system.
Email and Slack notifications go out with the summary and a link to the lead.

Verifying requests

Webhook requests are signed. Reject any request whose signature does not verify against your firm’s webhook secret, and treat the body as untrusted until it does.

Booking events

Cal.com booking events (BOOKING_CREATED, BOOKING_RESCHEDULED, BOOKING_CANCELLED) arrive on a separate receiver and drive appointment reminders. See appointments.