← Tools Reference

Booqable

Booqable integration (Productivity, Data). Imported from open-connector.

API key10 toolshttps://{company_slug}.booqable.com/api/4
GET
booqable_get_current_company
Fetch the current Booqable company connected to the access token.

/companies/current

2 parameters
ParamTypeRequiredDescription
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
extraFieldsobjectoptionalBooqable extra fields keyed by resource type, for example { companies: "subscri…
GET
booqable_list_customers
List Booqable customers with optional fields, filters, includes, and paging.

/customers

7 parameters
ParamTypeRequiredDescription
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
filterobjectoptionalBooqable filter object. Nested operators are encoded as filter[field][operator].
includestringoptionalComma-separated Booqable relationships to sideload.
metaobjectoptionalBooqable meta aggregation object. Arrays are encoded with bracket query paramet…
pageNumberintegeroptionalThe Booqable page number to request.
pageSizeintegeroptionalThe number of Booqable records to request per page.
sortstringoptionalBooqable sort expression such as created_at or -created_at.
POST
booqable_search_customers
Run a Booqable advanced search over customers.

/customers/search

1 parameter
ParamTypeRequiredDescription
searchobjectoptionalThe Booqable advanced-search JSON body, usually containing filter.conditions an…
GET
booqable_get_customer
Fetch one Booqable customer by id.

/customers/{customerId}

3 parameters
ParamTypeRequiredDescription
customerIdstringrequiredThe Booqable customer id.
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
includestringoptionalComma-separated Booqable relationships to sideload.
GET
booqable_list_orders
List Booqable orders with optional fields, filters, includes, and paging.

/orders

7 parameters
ParamTypeRequiredDescription
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
filterobjectoptionalBooqable filter object. Nested operators are encoded as filter[field][operator].
includestringoptionalComma-separated Booqable relationships to sideload.
metaobjectoptionalBooqable meta aggregation object. Arrays are encoded with bracket query paramet…
pageNumberintegeroptionalThe Booqable page number to request.
pageSizeintegeroptionalThe number of Booqable records to request per page.
sortstringoptionalBooqable sort expression such as created_at or -created_at.
POST
booqable_search_orders
Run a Booqable advanced search over orders.

/orders/search

1 parameter
ParamTypeRequiredDescription
searchobjectoptionalThe Booqable advanced-search JSON body, usually containing filter.conditions an…
GET
booqable_get_order
Fetch one Booqable order by id.

/orders/{orderId}

3 parameters
ParamTypeRequiredDescription
orderIdstringrequiredThe Booqable order id.
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
includestringoptionalComma-separated Booqable relationships to sideload.
GET
booqable_list_product_groups
List Booqable product groups with optional fields, filters, includes, and paging.

/product_groups

7 parameters
ParamTypeRequiredDescription
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
filterobjectoptionalBooqable filter object. Nested operators are encoded as filter[field][operator].
includestringoptionalComma-separated Booqable relationships to sideload.
metaobjectoptionalBooqable meta aggregation object. Arrays are encoded with bracket query paramet…
pageNumberintegeroptionalThe Booqable page number to request.
pageSizeintegeroptionalThe number of Booqable records to request per page.
sortstringoptionalBooqable sort expression such as created_at or -created_at.
POST
booqable_search_product_groups
Run a Booqable advanced search over product groups.

/product_groups/search

1 parameter
ParamTypeRequiredDescription
searchobjectoptionalThe Booqable advanced-search JSON body, usually containing filter.conditions an…
GET
booqable_get_product_group
Fetch one Booqable product group by id.

/product_groups/{productGroupId}

3 parameters
ParamTypeRequiredDescription
productGroupIdstringrequiredThe Booqable product group id.
fieldsobjectoptionalBooqable fields keyed by resource type, for example { customers: "id,name" }.
includestringoptionalComma-separated Booqable relationships to sideload.