Skip to main content
Not every call should reach a human — but some absolutely should. A Flowyte agent handles the routine volume (hours, pricing, booking, status) and recognizes the moment a caller needs a real person. When it does, it doesn’t dump the call: it has already gathered who’s calling and why, then routes them to the right number with their original caller ID intact.

Why it’s “warm”

The agent does the qualifying work before the handoff, so your team doesn’t start cold:

Qualified first

The agent collects the caller’s name, reason, and any details it needs, so the person who picks up isn’t starting from zero.

Routed by context

A sales question, a billing issue, and an emergency each go to a different number — based on what the caller actually said.

Caller ID preserved

Your team sees the customer’s real number on the transferred call, not the platform’s.

Only when it should

Routine calls stay contained. The agent transfers when its rules say to — not by default.

How routing decisions are made

You set up two layers:
  • A default handoff destination — where a transfer goes when nothing more specific matches.
  • Transfer-by-context rules — a small table that maps a described situation (“caller wants to speak to billing”, “caller reports an emergency”) to a specific phone number. The agent matches the live conversation to a rule and transfers there.
This is a skill the agent calls mid-conversation. Because routing is data, the same pattern scales from one front desk to thousands of locations — look up the right destination, then transfer.

In the API

ActionEndpointScope
Set default destination & context rulesPATCH /agents/{id}agents:write
Add a transfer skillPOST /agents/{id}/skillsskills:write
PublishPOST /agents/{id}/publishagents:write
See your transfer rateGET /agents/{id}/callscalls:read
Pair this with guardrails so the agent verifies a caller before it ever transfers sensitive requests, and with skills it can try first so only the calls that truly need a person reach one.
See also: after-hours & overflow answering and the AI answering service.