← Tools Reference

Bookingmood

Bookingmood integration (Productivity). Imported from open-connector.

API key3 toolshttps://api.bookingmood.com/v1
GET
bookingmood_list_products
List Bookingmood products with optional PostgREST select, pagination, ordering, and ID filters.

/products

6 parameters
ParamTypeRequiredDescription
selectstringoptionalColumns to select from the products endpoint.
limitintegeroptionalMaximum number of products to return.
offsetintegeroptionalNumber of products to skip before returning results.
orderstringoptionalPostgREST order expression for products, such as created_at.desc or updated_at.…
idstringoptionalPostgREST filter for a specific product ID.
organization_idstringoptionalPostgREST filter for a specific organization ID.
GET
bookingmood_list_bookings
List Bookingmood bookings with optional PostgREST select, pagination, ordering, and ID filters.

/bookings

7 parameters
ParamTypeRequiredDescription
selectstringoptionalColumns to select from the bookings endpoint.
limitintegeroptionalMaximum number of bookings to return.
offsetintegeroptionalNumber of bookings to skip before returning results.
orderstringoptionalPostgREST order expression for bookings, such as created_at.desc or updated_at.…
idstringoptionalPostgREST filter for a specific booking ID.
organization_idstringoptionalPostgREST filter for a specific organization ID.
product_idstringoptionalPostgREST filter for bookings related to a product ID.
GET
bookingmood_query_availability
Fetch Bookingmood availability for a product using the official availability endpoint.

/availability

3 parameters
ParamTypeRequiredDescription
product_idstringrequiredBookingmood product ID to query availability for.
startstringoptionalStart date for the availability window.
endstringoptionalEnd date for the availability window.