Skip to main content
The calls you lose aren’t during business hours — they’re at 9pm, on a Sunday, or all at once when every line is busy. A Flowyte agent picks those up so an unanswered ring never becomes a lost customer. It knows when you’re open, what to do while you’re closed, and which calls truly can’t wait.

The two gaps it closes

After hours

When you’re closed, the agent still answers — books what it can, takes a message for the rest, and tells the caller when you reopen.

Overflow

When your team is on other calls, it answers in parallel instead of sending callers to voicemail. No busy signal, no queue.

It knows when you’re open

Each agent carries your business hours — a timezone, a weekly open/closed grid, and one-off holidays. The agent is live-aware of whether you’re open or closed and changes its behavior accordingly, so a closed Sunday and a busy Tuesday afternoon are handled differently and correctly.

What happens while you’re closed

By default the agent keeps full functionality after hours — it can still answer questions, book, and capture requests. You decide what changes:
  • Take a message — capture the caller’s details and email them to your team for the morning.
  • Route urgent calls — let self-declared emergencies (no heat, a leak, an outage) go to an on-call number, even when ordinary transfers are off.
  • Hand off to a person — turn on after-hours transfer to a specific number when someone is genuinely on call.
Most businesses have no one to take a 2am call, so after-hours human transfer is off by default — the agent helps directly and leaves a clean message instead of ringing an empty desk. Turn it on only when an on-call person is real.

In the API

Business hours and after-hours behavior live on the agent. You set them with a normal agent update, then publish.
ActionEndpointScope
Set business hours & after-hours behaviorPATCH /agents/{id}agents:write
Add a take-a-message skillPOST /agents/{id}/skillsskills:write
Publish the changePOST /agents/{id}/publishagents:write
Review what you caughtGET /agents/{id}/callscalls:read
Editing changes the draft; phone and chat serve the last published version. Publish after you adjust hours, or the live agent keeps the old schedule.
See also: warm transfer to your team and the AI answering service.