Skip to main content
Clara emits webhook events for everything your systems need to react to: qualification outcomes, routing decisions, booked meetings, and conversation completions. Subscribe once and build any downstream workflow.

Supported events

Payload example

Every event ships as a JSON POST with the conversation context attached:
The qualification payload includes every question and answer in full detail - see Qualifying questions for what’s logged.

Subscribing

  1. Open Webhooks in your workspace.
  2. Add your endpoint URL.
  3. Select the events to subscribe to.
  4. Save. Events POST immediately as they occur.

Verification

Sign requests so your endpoint can trust the source:
  • Requests include a signature header derived from your shared secret
  • Verify the signature before processing the payload
  • Respond with 2xx quickly; retry behavior applies to failed deliveries
Build against conversation.completed first - it’s the event most integrations start with, and the payload carries the full transcript.