Actions

cancel_booking
Cancel an existing booking. Returns true on success.

create_booking
Create a new booking using the book API method. Returns appointment info or throws exception if time not available.

create_booking_comment
Set a comment for a booking

create_client
Add a new client with specified data. Email, phone, or both may be required (check company settings).

create_detailed_report
Generate a detailed report (metrics, bookings, revenue)

create_note
Create a note (generic) in the system

delete_client
Delete an existing client

find_booking
Returns list of bookings filtered by given parameters

find_client
Returns list of clients associated with company. Search by phone number, email address, or name.

find_invoice
Find invoices with filters and pagination
Triggers

new_booking
Triggers when a new booking is created in SimplyBook.me

booking_changed
Triggers when a booking is changed in SimplyBook.me

booking_canceled
Triggers when a booking is canceled in SimplyBook.me

new_client
Triggers when a new client is added (via booking or manually) in SimplyBook.me

new_invoice
Triggers when a new invoice is generated/paid in SimplyBook.me (requires Accept Payments feature)

new_offer
Triggers when a new offer (proposal or quote) is created (bookings with promo: false)























