POST
/
to_your_webhook_url

Overview

The post call webhook allows you to receive real-time notifications after each call ends. This webhook sends a POST request to your specified URL containing detailed information about the completed call.

Request Format

When a call ends, our system will send a POST request to your configured URL. The request body will contain data in JSON format.

Security Considerations

To ensure the security of your webhook, we recommend: Using an HTTPS URL

Configuring the Webhook

AGENT PAGE

You can configure the post call webhook URL in the “Agent” > “Setting” > “General” > “Webhook” section of your control panel.

Response

200 - application/json
actionItems
string[]

List of action items identified during the call

agentName
string

Name of the agent handling the call

ai_success
string

Indicator of AI's success in handling the call

businessPhoneNumber
string

Phone number of the agent

callDirection
string

Direction of the call (inbound/outbound)

callEnded
string

Date string when the call ended

callerName
string

Name of the caller

callId
string

Unique identifier for the call

callStarted
string

Date string when the call started

customerPhoneNumber
string

Phone number of the customer

dashboardUrl
string

URL to access the call dashboard

duration
number

Duration of the call in seconds

endedReason
string

Reason for the call ending

followUp
string

Indicator if follow-up is required

followUpReason
string

Reason for any required follow-up

keyPoints
string[]

Key points or highlights from the call

longSummary
string | null

Detailed summary of the call

mentionedDate
string | null

Any specific date mentioned during the call

mentionedEmail
string | null

Email address mentioned during the call

mentionedTime
string | null

Any specific time mentioned during the call

purpose
string

Main purpose or topic of the call

recordingUrl
string

URL to access the call recording

sentiment
string

Overall sentiment of the call

summary
string

Brief summary of the call

topic
string

Main topic or category of the call

transcript
object[]

Structured transcript of the call

transcriptText
string

Full text transcript of the call

unansweredQuestions
string[]

List of questions that were not answered during the call