Pleo
European spend management API for expenses, export items, vendors, accounts, tags, teams, employees, and bookkeeping mappings.
Tools
| Name | Description |
|---|---|
list_expensesList Pleo expenses with cursor pagination and optional date filters. | List Pleo expenses with cursor pagination and optional date filters. |
get_expenseGet a Pleo expense by exact ID. | Get a Pleo expense by exact ID. |
list_export_itemsList Pleo accounting export items from the documented v3 export endpoint. | List Pleo accounting export items from the documented v3 export endpoint. |
update_export_itemUpdate Pleo export-item bookkeeping/accounting fields using the official JSON payload. | Update Pleo export-item bookkeeping/accounting fields using the official JSON payload. |
list_employeesList Pleo employees/users for expense attribution. | List Pleo employees/users for expense attribution. |
list_teamsList Pleo teams. | List Pleo teams. |
list_vendorsList Pleo vendors/merchants where available. | List Pleo vendors/merchants where available. |
list_chart_of_accountsList Pleo chart-of-account mappings. | List Pleo chart-of-account mappings. |
update_chart_accountUpdate a Pleo chart-of-account record/mapping using the official JSON payload. | Update a Pleo chart-of-account record/mapping using the official JSON payload. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('pleo', 'list_expenses', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'pleo',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Pleo to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Pleo support?
Pleo supports 9 tools including List Expenses, Get Expense, List Export Items, Update Export Item, List Employees, and more.
Can I use Pleo with AI agents?
Yes. Add Pleo 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 Pleo be used in stateful agent workflows?
Yes. Agents can combine Pleo 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 Pleo use?
Pleo uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Pleo integration cost?
The Pleo integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Pleo in minutes
Get 20,000 free action executions every month. No credit card required.