Scenario
Call Transfer & Escalation
Some calls need a person. The system should know which ones.
Quick answerWhen should an AI receptionist transfer a call to a person?
Transfer when the caller requests a person, the conversation reaches a human-only category, the request requires professional judgment, a complaint or sensitive situation needs attention, or the workflow cannot safely complete the task. A good transfer includes the context already collected so the person receiving the call does not have to restart the conversation.
Where this scenario can fail
Bad automation usually fails because the workflow was never explicit. It may not know which calls are urgent, what information is required before booking, which team should receive a transfer, or what to say when a caller asks something outside the knowledge base. Those rules should be captured during launch and tested before go-live.
How we test it
Testing should include a normal caller, an impatient caller, an unclear request, a request outside the service area, an out-of-scope question and a request for a human. The workflow should degrade safely rather than inventing an answer.
Which plan fits?
Essential is designed for straightforward inbound handling. Pro is a better fit when qualification, departments, post-call actions or routing become more sophisticated. Scale is designed for higher-volume or multi-workflow operations. Usage-based upgrade alerts should show when a higher tier becomes less expensive.
Design principle: human escalation
The best automation is comfortable handing the call to a human. Transfer rules should define who receives which call, what context is passed, and what happens if nobody answers.
What to capture before the next step
Collect identity and contact information only when needed, then capture the minimum operational context required to route or book correctly. The caller should not repeat everything after a transfer; the receiving person should get a useful summary.
What the agent should say when it cannot complete the task
Failure behavior is part of the product. If the calendar is unavailable, a transfer fails, or the caller asks something outside approved knowledge, the agent should explain the next safe step and create a follow-up rather than pretending the action succeeded.
How to test this scenario
Run at least five variants: a straightforward caller, an impatient caller, an incomplete answer, an out-of-policy request and a request for a person. Confirm both the conversation and the downstream state.