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 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does FreshBooks use?
FreshBooks uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the FreshBooks integration cost?
The FreshBooks integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect FreshBooks in minutes
Get 1,000 free actions every month. No credit card required.