Booqable
Booqable is a rental software platform that helps businesses manage inventory, bookings, and online reservations.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Booqable authenticates with an API key. Generate the credential in your Booqable account, then paste it into FlyMyAI the first time an agent uses a Booqable action.
Get your Booqable credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Company Subdomain | The subdomain of your Booqable account, used to construct the base URL. (required) |
Booqable API Key | The API key generated in your Booqable account settings. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
BOOQABLE_CREATE_CUSTOMER | Tool to create a new customer. use when onboarding a new client and you have verified their details. example: create 'jane doe' with email jane@doe.com. | name |
BOOQABLE_CREATE_ORDER | Tool to create a new order. use after collecting valid customer id and timing details. example: create an order for customer '297f2584-...' starting at '2018-01-01t09:00:00z'. | customer_id |
BOOQABLE_CREATE_PRODUCT_GROUP | Tool to create a new product group in booqable. use when you have defined the group's name and pricing details and want to organize items under a shared group. | name |
BOOQABLE_DELETE_CUSTOMER | Tool to delete (archive) a customer by id. use after confirming the customer should be hidden from searches. | id |
BOOQABLE_DELETE_ORDER | Tool to delete (archive) an order by id. use when you need to hide completed or canceled orders from active listings. | id |
BOOQABLE_DELETE_PRODUCT_GROUP | Tool to delete a product group by id. use when you need to permanently remove a product group from your catalog after confirming its identifier. | id |
BOOQABLE_GET_CUSTOMER | Tool to fetch a specific customer by id. use after obtaining a customer identifier to retrieve full customer details. | id |
BOOQABLE_GET_CUSTOMERS | Tool to retrieve a list of customers. use when you need to paginate through customers. | - |
BOOQABLE_GET_ORDER | Tool to retrieve a specific order by id. use when you need complete details of a known order, including optional relationships like customer or coupon. call after confirming the order id. | id |
BOOQABLE_GET_ORDERS | Tool to list all orders. use when you need to retrieve orders, optionally filtered by search term or paginated. | - |
BOOQABLE_GET_PRODUCT | Tool to fetch a specific product by id. use after obtaining a product identifier to retrieve detailed inventory item data. | id |
BOOQABLE_GET_PRODUCTS | Tool to retrieve a list of products. use when you need to list inventory items with pagination and filtering. | - |
BOOQABLE_GET_PRODUCT_GROUP | Tool to fetch a specific product group by id. use after obtaining the product group identifier to retrieve its full details. | id |
BOOQABLE_GET_PRODUCT_GROUPS | Tool to retrieve a list of product groups. use when you need to browse product catalog by pages. | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Booqable!