Salon Appointment Booking Automation
Under maintenancePricing
from $70.00 / 1,000 bookings
Go to Apify Store
Salon Appointment Booking Automation
Under maintenancePricing
from $70.00 / 1,000 bookings
Which appointment operation to perform.
Optional. This is a single-salon deployment — leave blank to use it. If set, it's validated against the connected backend's configured SALON_ID (reserved scaffolding for a future multi-salon version).
Preferred way to identify the service (the backend's real numeric id, e.g. 1). Required for checkAvailability and createAppointment unless service (name) is given instead.
Alternative to serviceId: the exact service name, e.g. "Women's Haircut" (case-insensitive). Used only if serviceId is not set.
Optional preferred staff member. Reserved for future use — the connected backend has no staff/stylist model yet, so this is accepted and recorded but currently has no effect on booking.
Date in YYYY-MM-DD format. Required for checkAvailability and createAppointment.
Time in 24-hour HH:MM format, e.g. "10:30". Required for createAppointment; optional for checkAvailability (omit to list all open slots for the day).
Required for getAppointment and cancelAppointment — the ID returned by a previous createAppointment call.
Base URL of the salon's booking backend, e.g. https://your-salon-api.example.com. Falls back to the API_BASE_URL environment variable, then http://localhost:4000 for local testing.