Barbershop bot template — appointments handled inside your bot
A barbershop bot that arrives already stocked — demo barbers, services, prices and working hours — so `/book` works the moment you apply it. The appointment lives in your bot rather than in an external booking service: the slot is held against double-booking, the client gets a reminder before the visit, and after it the bot asks how it went. Free template; replace the demo barbers and services with your own.
What's inside
Who it's for
Set it up in 3 steps
Questions about this template
How is this different from the in-chat booking widget template? +
That one opens an external booking service inside Telegram — the appointments live there. This one has no external service at all: the bot itself holds the slots, so it can also remind the client and ask for a review afterwards.
Can two clients book the same hour? +
No. The slot is claimed by a key that cannot exist twice, so of two people tapping the same time at the same moment exactly one gets it and the other is offered the next free slot.
What arrives filled in, and what do I change? +
Barbers, services with durations and prices, and a working week arrive as demo data so you can try the flow immediately. Replace them with yours, and set your timezone — it is the one setting the template deliberately leaves at the default rather than guessing.