Weavz
Holded

Holded

Spanish SMB accounting and invoicing: contacts, products, sales invoices, purchases, payments, and document lifecycle actions.

13 tools

Tools

Name
list_contacts

List Holded contacts with bounded pagination.

get_contact

Get one Holded contact by ID.

create_contact

Create a Holded contact/customer/supplier using the official contact payload.

update_contact

Update a Holded contact by exact contact ID.

list_products

List Holded products.

list_sales_invoices

List Holded sales invoice documents.

get_sales_invoice

Get one Holded sales invoice by ID.

create_sales_invoice

Create a Holded sales invoice document with explicit customer, items, tax, date, and currency fields in the official payload.

update_sales_invoice

Update a Holded sales invoice by exact document ID.

send_sales_invoice

Send a Holded sales invoice by exact document ID using Holded email delivery.

delete_sales_invoice

Delete a Holded sales invoice by exact document ID.

list_purchase_documents

List Holded purchase documents.

list_payments

List Holded payments.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('holded', 'list_contacts', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'holded',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Holded 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 Holded support?

Holded supports 13 tools including List Contacts, Get Contact, Create Contact, Update Contact, List Products, and more.

Can I use Holded with AI agents?

Yes. Add Holded 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 Holded be used in stateful agent workflows?

Yes. Agents can combine Holded 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 Holded use?

Holded uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Holded integration cost?

The Holded integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Holded in minutes

Get 20,000 free action executions every month. No credit card required.