Skip to main content
A call outcome classifies how a call ended. AgentCallback evaluates the outcome automatically after every call.

Default outcome categories

AgentCallback suggests a starting set of categories:
  • DECLINED
  • CALLBACK_REQUESTED
  • VOICE_MAIL
  • WRONG_NUMBER
  • CALLEE_DID_NOT_PICKUP
  • CALLEE_HUNGUP
  • OTHER
VOICE_MAIL and CALLEE_DID_NOT_PICKUP are required categories and can’t be removed — they’re used elsewhere in the platform, including campaign retry logic.

Define custom outcomes

1

Open the Outcomes tab

In your agent, select the Outcomes tab.
2

Add a category

Give the category a name and a description of when it applies. The description is what AgentCallback uses to decide whether a call matches it.
3

Save

Save the agent to apply your outcome categories.

How outcomes are classified

After a call ends, AgentCallback runs an evaluation prompt against the call’s transcript to decide which of your declared categories best fits. If the result doesn’t match any declared category, the call is marked OTHER.

Where outcomes show up

Next step

Post-call webhooks to notify your own systems after a call ends.