Use post-call analysis to gain insights from your calls.
Post-call analysis is a feature that allows you to analyze calls after they have ended. We provide several built-in analysis categories, and you can also customize your own.
In the dashboard, navigate to the “Post-Call Analysis” tab to create a new analysis category.
We offer four types of analysis categories:
If you find the default agent call summary doesn’t satisfy your needs, you can create a new analysis category with type Text
and name it “detailed_call_summary”.
To analyze whether the customer is a new or existing customer, create a new analysis category with type Boolean
and name it “is_new_customer”.
To determine if the customer was transferred to a human agent, create a new analysis category with type Boolean
and name it “is_transferred”.
To analyze the transaction amount for the customer, create a new analysis category with type Number
and name it “transaction_amount”.
You can view the analysis results in the dashboard history tab.
The webhook will be triggered when the call ends, and the payload will contain the analysis results.
You can also use the Get Call API to retrieve the analysis results.
Use post-call analysis to gain insights from your calls.
Post-call analysis is a feature that allows you to analyze calls after they have ended. We provide several built-in analysis categories, and you can also customize your own.
In the dashboard, navigate to the “Post-Call Analysis” tab to create a new analysis category.
We offer four types of analysis categories:
If you find the default agent call summary doesn’t satisfy your needs, you can create a new analysis category with type Text
and name it “detailed_call_summary”.
To analyze whether the customer is a new or existing customer, create a new analysis category with type Boolean
and name it “is_new_customer”.
To determine if the customer was transferred to a human agent, create a new analysis category with type Boolean
and name it “is_transferred”.
To analyze the transaction amount for the customer, create a new analysis category with type Number
and name it “transaction_amount”.
You can view the analysis results in the dashboard history tab.
The webhook will be triggered when the call ends, and the payload will contain the analysis results.
You can also use the Get Call API to retrieve the analysis results.