Salons and fitness
You cannot answer the phone with both hands busy.
A full salon means a phone ringing with nobody to hear it, and a gym at six in the evening means the same thing. Both have the same economics: tomorrow unsold hour is never sold. This page describes what an assistant takes on, and what we do not promise about no-shows.
The assistant takes bookings while you are with a client, offers the free slots in the calendar for the requested stylist or trainer, sends the confirmation by SMS, dials the reminder the day before, and writes the outcome wherever you keep your day book.
What it lifts off the salon line
Every call below ends in the same useful place: an hour filled, or an hour freed early enough that it can be sold again.
A new booking
The service requested, the preferred person and the duration, matched against real free slots.
Moving and cancelling
It finds the booking by phone number, moves or cancels it, and frees the slot.
The day-before reminder
A short campaign that asks one thing and marks the answer on the booking.
Price and duration questions
From your own service list, with the price and duration you keep current.
Memberships and access
For gyms, questions about hours, classes and access conditions, answered from your own documents.
From the call to a filled hour
Most salons do not have a booking system with an API; they have a calendar. The flow below is built on that, because that is what actually exists.
- 01 Establish service and duration The service sets the duration, and the duration sets which hours are genuinely free. The first question is about the service, not the time.
- 02 Search the right person calendar Each stylist or trainer has their own calendar. The assistant checks the one requested and, if nothing fits, offers a colleague rather than ending the call.
- 03 Book the slot It creates the event with name, phone, service and duration. If the slot went in the meantime, the tool errors and the assistant immediately offers another.
- 04 Confirm by SMS Date, time, service and address, sent through the Twilio connector.
- 05 Dial the reminder The day before, a short campaign asks whether they are coming. Whoever cancels frees the hour early, which is the only part with a real economic effect.
What stays written down
An assistant that books well is no use if the outcome does not land where you look in the morning.
| In the calendar | The booking against the right person, with the correct service and duration. |
|---|---|
| By SMS | The confirmation and, separately, the reminder, both recorded against the call. |
| In your day book | A row in Google Sheets or Airtable with the service, the person and the call outcome. |
| On the call record | The transcript, the tools called, and the structured output with service, duration and result. |
What it does not do for a salon or a gym
This category is full of promises with percentages in them. You will not find one here, and the reason is that we have not measured.
- We promise no no-show figures We do not claim they fall by any particular amount. A dialled reminder is a mechanism, not a guaranteed result, and we have not run it at volume in a real salon.
- No link to your booking software There is no ready-made connector for the booking systems salons use in Romania. What works with no development is the calendar.
- It takes no deposits No payment over the phone, and no card held against a no-show.
- It does not upsell or push It offers nothing beyond what the client asked for unless you write that into the prompt explicitly, and even then it is one suggestion, not persistence.
- It does not work the waiting list by itself It can dial a list you hand it, but it does not decide who to call when an hour frees up.
What salons and gyms ask us
Can it book across several stylists at once?
Yes, if each has their own calendar connected. The assistant checks availability for the person requested and, if nothing suitable is there, offers a colleague with free hours rather than simply saying no.
What happens if somebody calls while the salon is closed?
It books normally, because the assistant reads the calendar, not the door. That is in fact where most of the gain sits: nine in the evening and Sunday morning, when nobody anywhere is answering.
What does a booking taken this way cost?
It is billed on talk seconds: a platform margin of 0.10 euro a minute, plus the vendors at their own price. A simple booking runs under a minute, a reschedule with discussion somewhat longer. The pricing page shows how the total is built.
Is the reminder a call or a message?
It can be either. An SMS is cheaper and less intrusive; a call reaches people who do not read messages. Many salons send an SMS two days out and only dial the people who did not reply to it.
Where to go next
Integrations
25 business connectors, 18 selectable providers, eight storage destinations.
Outbound campaign
Contacts, pacing, window, compliance, start, report.
Telephony
Numbers, trunks, dial plan, queues, operators and campaigns, in one system.
Pricing
Components at their published price, the platform on top, and what we cannot price yet.
Notes
-
1
The tools named on this page are the ones in
App\Services\Integrations\ConnectorRegistrycarryingimplemented. Anything that is only in the catalogue, without that flag, is not named here as though it worked. - 2 Reminders run as an outbound campaign, with a calling window and a suppression list. The outbound-campaign guide describes the steps and the report at the end.