Weavz
Pennylane

Pennylane

French accounting platform for customer invoices, supplier invoices, customers, suppliers, accounting exports, and document import workflows.

CustomFinance
12 tools

Tools

Name
list_customers

List Pennylane customers with bounded pagination.

get_customer

Get a Pennylane customer by ID.

create_customer

Create a Pennylane customer using the official customers payload.

list_suppliers

List Pennylane suppliers with bounded pagination.

get_supplier

Get a Pennylane supplier by ID.

create_supplier

Create a Pennylane supplier using the official suppliers payload.

list_customer_invoices

List Pennylane customer invoices.

get_customer_invoice

Get a Pennylane customer invoice by ID.

create_customer_invoice

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_invoices

List Pennylane supplier invoices.

get_supplier_invoice

Get a Pennylane supplier invoice by ID.

create_supplier_invoice

Import a supplier invoice/bill into Pennylane using the official supplier invoice payload.

Quick Start

TypeScript
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.