Skip to main content
Atonom offers several kinds of voice chat event types that can be sent to your webhook URLs.
To learn how to specify webhook URLs for your cloud employees in the Atonom app, please see the webhook URLs configuration step in the quickstart guide.
We currently only send a call_analyzed event at the moment to not spam your webhook.
Below you will find an example of the data structure for outbound voice calls.

Webhook Response Structure

When an outbound call event occurs, Atonom will send a webhook response with the following structure:
If metadata or custom variables are empty they will be omitted from the webhook event payload

Key Fields

Usage Notes

  1. Call Status
    • completed: Call ended normally
    • failed: Call failed to connect
    • busy: Recipient was busy
    • no_answer: Call was not answered
    • voicemail: Call went to voicemail
  2. Call Analysis
    • Available only in call-analyzed events
    • Includes sentiment analysis and call summary
    • May contain custom analysis data based on your configuration
  3. Transcripts
    • transcript: Plain text version of the conversation
    • transcript_object: Structured version with speaker information and knowledge base context
    • transcript_with_tool_calls: Includes tool usage during the call