Actions
| Name | Description |
|---|---|
list_clientsList clients in your FreshBooks account | List clients in your FreshBooks account |
list_invoicesList invoices in your FreshBooks account | List invoices in your FreshBooks account |
create_invoiceCreate a new invoice in FreshBooks | Create a new invoice in FreshBooks |
list_expensesList expenses in your FreshBooks account | List expenses in your FreshBooks account |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'freshbooks',
actionName: 'list_clients',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect FreshBooks to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does FreshBooks support?
FreshBooks supports 4 actions including List Clients, List Invoices, Create Invoice, List Expenses.
Can I use FreshBooks with AI agents?
Yes. Add FreshBooks to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does FreshBooks use?
FreshBooks uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the FreshBooks integration cost?
The FreshBooks integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect FreshBooks in 2 minutes
Get 1,000 free actions every month. No credit card required.