Pennylane
French accounting platform for customer invoices, supplier invoices, customers, suppliers, accounting exports, and document import workflows.
Tools
| Name | Description |
|---|---|
list_customersList Pennylane customers with bounded pagination. | List Pennylane customers with bounded pagination. |
get_customerGet a Pennylane customer by ID. | Get a Pennylane customer by ID. |
create_customerCreate a Pennylane customer using the official customers payload. | Create a Pennylane customer using the official customers payload. |
list_suppliersList Pennylane suppliers with bounded pagination. | List Pennylane suppliers with bounded pagination. |
get_supplierGet a Pennylane supplier by ID. | Get a Pennylane supplier by ID. |
create_supplierCreate a Pennylane supplier using the official suppliers payload. | Create a Pennylane supplier using the official suppliers payload. |
list_customer_invoicesList Pennylane customer invoices. | List Pennylane customer invoices. |
get_customer_invoiceGet a Pennylane customer invoice by ID. | Get a Pennylane customer invoice by ID. |
create_customer_invoiceImport or create a customer invoice in Pennylane with explicit customer, lines, tax, dates, currency, and file metadata from the official API payload. | Import or create a customer invoice in Pennylane with explicit customer, lines, tax, dates, currency, and file metadata from the official API payload. |
list_supplier_invoicesList Pennylane supplier invoices. | List Pennylane supplier invoices. |
get_supplier_invoiceGet a Pennylane supplier invoice by ID. | Get a Pennylane supplier invoice by ID. |
create_supplier_invoiceImport a supplier invoice/bill into Pennylane using the official supplier invoice payload. | Import a supplier invoice/bill into Pennylane using the official supplier invoice payload. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('pennylane', 'list_customers', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'pennylane',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Pennylane 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 Pennylane support?
Pennylane supports 12 tools including List Customers, Get Customer, Create Customer, List Suppliers, Get Supplier, and more.
Can I use Pennylane with AI agents?
Yes. Add Pennylane 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 Pennylane be used in stateful agent workflows?
Yes. Agents can combine Pennylane 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 Pennylane use?
Pennylane uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Pennylane integration cost?
The Pennylane integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Pennylane in minutes
Get 20,000 free action executions every month. No credit card required.