2026-09-05 The first real calls have been placed: five ended normally, six failed. Here is what broke.

Call-outs

You cannot answer the phone from up a ladder.

A plumber, an electrician or an air-conditioning firm loses calls all day, because the person who would answer has both hands inside an installation. And in call-out trades the missed call does not come back: somebody with a burst pipe rings the second number on the list within thirty seconds.

The assistant takes the call-out request, records the exact address and the fault as it was described, offers an arrival window from the team calendar, confirms by SMS, and transfers straight to a person anything that cannot wait.

§01 The calls

What rings on the call-out number

The split is simple and happens in the first sentence: is water coming out now, or can this be booked for Thursday.

An emergency in progress

Flooding, a short circuit, no heating in winter. Immediate transfer, with no form.

A bookable call-out

The address, the fault, the access details and an arrival window chosen from the calendar.

Servicing or installation

Planned work, booked exactly like any other visit.

A quote request

Taken with a description of the work and the contact details, as a lead for a person.

An out-of-hours call

Taken, written down and pushed to Slack, transferring only what falls inside your on-call cover.

§02 The flow

From the call to an arrival window

The flow has one thing it must do perfectly: the address. A call-out with the wrong address is a lost journey and a lost customer.

  1. 01 Ask whether it is happening now The first sentence. Somebody with water in the hallway does not listen to questions about the boiler brand.
  2. 02 Pin down address and access Street, number, block, stairwell, floor, plus how to get in. Read back for confirmation.
  3. 03 Record the fault literally In the customer own words. A noise as the owner describes it is more useful than a category a system picked.
  4. 04 Offer the window From the team calendar, through the availability tool, with the typical duration of that kind of job.
  5. 05 Confirm and tell the team SMS to the customer with the window, plus a Slack message or a row in the sheet the scheduling runs from.
§03 The written trail

What the team receives

A technician setting off to an address should have everything a dispatcher would have told them, without ringing anybody.

What the team receives
In the calendar The call-out, with the full address, the fault and the access notes in the description.
In the schedule A row in a sheet or a ticket, with the window and the customer number.
By SMS The confirmation with the arrival window, which cuts the chasing calls.
On the call record The transcript and the structured output with address, job type and declared urgency.
§04 Limits

What it does not do for a call-out firm

In call-out trades a wrong estimate on the phone is paid for on site, in an unpleasant conversation.

  • It does not quote or estimate prices It can state a fixed call-out fee if you give it one. The cost of the work is set after somebody has looked at it.
  • It does not troubleshoot on the phone It does not talk anybody through closing a valve, resetting a board or restarting a boiler. At most it repeats a safety instruction you wrote, word for word.
  • It does not guarantee an arrival time It offers a window from the calendar. Traffic, the previous job and missing parts are not in that calendar.
  • It does not dispatch It does not choose the crew, does not reorder the rounds and does not rebook by itself when a job overruns.
  • No link to your scheduling software There is no connector for field service management systems. What works with no development is the calendar and the spreadsheet.
§05 Questions

What call-out firms ask us

How does it cope with addresses?

It reads them back in full and asks for confirmation. For blocks of flats it explicitly asks for the stairwell and floor, because those are what is most often missing and exactly what the technician needs. It is the one field in the whole flow worth insisting on.

Can it say what a call-out costs?

Only the call-out fee, if it is fixed and you give it in a list. For the work itself it is configured to say the price is set on site. A price given on the phone and changed on arrival is the most common source of conflict in this trade.

What does it do at night if I have no on-call cover?

It takes the request, says plainly that the team will call back at a specific time in the morning, and sends the summary. That is better than a phone ringing out, but it is not an emergency service and should not be presented as one.

Does it work for a two-person firm?

Yes, and that is where the ratio is best, because there is nobody to answer at all. You need a number and a calendar. The phone-number guide covers the technical part.

Notes

  1. 1 The tools named on this page are the ones in App\Services\Integrations\ConnectorRegistry carrying implemented. Anything that is only in the catalogue, without that flag, is not named here as though it worked.
  2. 2 The arrival window comes from check_availability on the team calendar, and the confirmation from send_sms on the Twilio connector.