What it does on a call
Answers instantly, 24/7
Picks up on the first ring with your greeting, in the caller’s language. No hold music, no voicemail.
Recognizes the customer
Looks them up by phone, greets them by name, and can confirm the property on file.
Captures the job
Collects the details and opens a request in your field-service software, tied to the customer — your office turns it into a scheduled job.
Answers “when's my tech?”
Checks the customer’s jobs and reads back their next scheduled visit.
Backed by your field-service software
Connect your field-service account once, then provision its actions as skills on the agent. Each becomes a tool the agent uses mid-call:| Skill | What the agent does |
|---|---|
find_client | Recognize a returning customer and pull up their jobs |
create_lead | Capture a new service request in your system |
get_job_status | Tell a caller when their technician is coming |
Build it
Connect your field-service software
POST /integrations/{kind}/connect returns an authorization link; approve it once. Find your
provider’s kind in GET /integrations/catalog.Provision the skills
POST /agents/{id}/integrations/{kind}/provision turns the connected account’s actions into
skills on the agent.Add knowledge + a transfer skill
Feed it your service area, pricing, and FAQs, and add a transfer for emergencies.
Full walkthrough: Build an HVAC answering agent.