Fixably
Manage Fixably repair orders, customers, devices, order lines, dispatch, closeout, and invoice charging.
Tools
| Name | Description |
|---|---|
list_ordersList Fixably repair orders with bounded pagination and optional q search. | List Fixably repair orders with bounded pagination and optional q search. |
get_orderFetch one Fixably order. Expanding customer/device/lines can return sensitive repair details. | Fetch one Fixably order. Expanding customer/device/lines can return sensitive repair details. |
create_orderCreate a Fixably repair order using the official JSON body. | Create a Fixably repair order using the official JSON body. |
update_orderUpdate a Fixably order by exact ID. | Update a Fixably order by exact ID. |
close_orderClose a Fixably repair order. | Close a Fixably repair order. |
dispatch_orderDispatch a Fixably order. | Dispatch a Fixably order. |
create_order_invoiceCreate an invoice for a Fixably order. | Create an invoice for a Fixably order. |
create_order_lineAdd a product or service line to a Fixably order. | Add a product or service line to a Fixably order. |
delete_order_lineDelete one Fixably order line by exact order and line IDs. | Delete one Fixably order line by exact order and line IDs. |
charge_invoiceCharge a Fixably invoice using the documented invoice charge endpoint. This is money-moving and should be approval-gated. | Charge a Fixably invoice using the documented invoice charge endpoint. This is money-moving and should be approval-gated. |
list_customersList Fixably customer records with bounded pagination. | List Fixably customer records with bounded pagination. |
create_customerCreate a Fixably customer. | Create a Fixably customer. |
list_devicesList Fixably device records with bounded pagination. | List Fixably device records with bounded pagination. |
create_deviceCreate a Fixably device. | Create a Fixably device. |
Triggers
| Name | Description |
|---|---|
order_created_or_updatedPoll Fixably repair orders after an initial baseline. | Poll Fixably repair orders after an initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('fixably', 'list_orders', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'fixably',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Fixably 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 Fixably support?
Fixably supports 14 tools including List Orders, Get Order, Create Order, Update Order, Close Order, and more.
Can I use Fixably with AI agents?
Yes. Add Fixably 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 Fixably be used in stateful agent workflows?
Yes. Agents can combine Fixably 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 Fixably use?
Fixably uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Fixably integration cost?
The Fixably integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Fixably support?
Fixably supports 1 triggers including Order Created or Updated.
Connect Fixably in minutes
Get 20,000 free action executions every month. No credit card required.