Overview
SimplyBook.me is a service booking platform – appointments, services, providers, clients, promotions. The Automize SimplyBook connector covers these.
- Regions: Global.
- Plans: Free + paid (Standard, Premium).
Setting up the connection
Auth type: API Key.
- SimplyBook → Custom Features → API → token + company login.
- In Automize → Settings → Connectors → SimplyBook. Paste credentials.
Find your credentials at https://simplybook.me/en/api/developer-api.
Rate limits
Per-company.
Data model
Booking primitives:
Company ─┬─ Services
├─ Providers (staff)
├─ Clients
├─ Appointments
└─ PromotionsAvailable operations
10 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Cancel Booking | General | Cancel a booking |
| Create Booking | General | Create a new booking |
| Create Client | General | Create a new client |
| Get Booking | General | Get booking details by ID |
| Get Service | General | Get service details by ID |
| Get Available Slots | General | Get available time slots |
| List Bookings | General | List all bookings |
| List Clients | General | List all clients |
| List Providers | General | List all service providers |
| List Services | General | List all services |
Operations
Cancel Booking
Cancel a booking
| Parameter | Required | Type | Description |
|---|---|---|---|
Booking Id booking_id | Yes | text |
Create Booking
Create a new booking
| Parameter | Required | Type | Description |
|---|---|---|---|
Service Id service_id | Yes | text | |
Provider Id provider_id | Yes | text | |
Start Datetime start_datetime | Yes | text | |
Client client | Yes | text |
Create Client
Create a new client
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Email email | Yes | text | |
Phone phone | Yes | text |
Get Booking
Get booking details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Booking Id booking_id | Yes | text |
Get Service
Get service details by ID
| Parameter | Required | Type | Description |
|---|---|---|---|
Service Id service_id | Yes | text |
Get Available Slots
Get available time slots
No input parameters.
List Bookings
List all bookings
No input parameters.
List Clients
List all clients
No input parameters.
List Providers
List all service providers
No input parameters.
List Services
List all services
No input parameters.
Tips
- Service catalog.
FAQ
- vs Calendly?
- SimplyBook stronger on multi-service / multi-staff bookings (salons, clinics). Calendly simpler for 1-on-1 meetings.