SimplyBook.me
JSON-RPC scheduling API for services, performers, availability, booking, rescheduling, and plugin webhooks.
Tools
| Name | Description |
|---|---|
get_event_listList SimplyBook.me services/events available for booking. | List SimplyBook.me services/events available for booking. |
get_unit_listList SimplyBook.me performers/providers. | List SimplyBook.me performers/providers. |
get_start_time_matrixGet available start times for a service, performer, date range, and participant count. | Get available start times for a service, performer, date range, and participant count. |
bookCreate a SimplyBook.me booking for a selected service, performer, date, and time. | Create a SimplyBook.me booking for a selected service, performer, date, and time. |
reschedule_bookReschedule a SimplyBook.me booking using the public service API. | Reschedule a SimplyBook.me booking using the public service API. |
get_booking_detailsRetrieve SimplyBook.me booking details by booking ID. | Retrieve SimplyBook.me booking details by booking ID. |
Triggers
| Name | Description |
|---|---|
booking_webhook_receivedReceives a SimplyBook.me Zapier/API plugin booking webhook. Configure the Weavz webhook URL in SimplyBook.me. | Receives a SimplyBook.me Zapier/API plugin booking webhook. Configure the Weavz webhook URL in SimplyBook.me. |
client_webhook_receivedReceives a SimplyBook.me Zapier/API plugin client webhook. Configure the Weavz webhook URL in SimplyBook.me. | Receives a SimplyBook.me Zapier/API plugin client webhook. Configure the Weavz webhook URL in SimplyBook.me. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('simplybook-me', 'get_event_list', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'simplybook-me',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect SimplyBook.me to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does SimplyBook.me support?
SimplyBook.me supports 6 tools including List Services, List Performers, Get Available Time Slots, Create Booking, Reschedule Booking, and more.
Can I use SimplyBook.me with AI agents?
Yes. Add SimplyBook.me to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can SimplyBook.me be used in stateful agent workflows?
Yes. Agents can combine SimplyBook.me tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does SimplyBook.me use?
SimplyBook.me uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the SimplyBook.me integration cost?
The SimplyBook.me integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does SimplyBook.me support?
SimplyBook.me supports 2 triggers including Booking Webhook Received, Client Webhook Received.
Connect SimplyBook.me in minutes
Get 20,000 free action executions every month. No credit card required.