Tools
| Name | Description |
|---|---|
list_contactsList Holded contacts with bounded pagination. | List Holded contacts with bounded pagination. |
get_contactGet one Holded contact by ID. | Get one Holded contact by ID. |
create_contactCreate a Holded contact/customer/supplier using the official contact payload. | Create a Holded contact/customer/supplier using the official contact payload. |
update_contactUpdate a Holded contact by exact contact ID. | Update a Holded contact by exact contact ID. |
list_productsList Holded products. | List Holded products. |
list_sales_invoicesList Holded sales invoice documents. | List Holded sales invoice documents. |
get_sales_invoiceGet one Holded sales invoice by ID. | Get one Holded sales invoice by ID. |
create_sales_invoiceCreate a Holded sales invoice document with explicit customer, items, tax, date, and currency fields in the official payload. | Create a Holded sales invoice document with explicit customer, items, tax, date, and currency fields in the official payload. |
update_sales_invoiceUpdate a Holded sales invoice by exact document ID. | Update a Holded sales invoice by exact document ID. |
send_sales_invoiceSend a Holded sales invoice by exact document ID using Holded email delivery. | Send a Holded sales invoice by exact document ID using Holded email delivery. |
delete_sales_invoiceDelete a Holded sales invoice by exact document ID. | Delete a Holded sales invoice by exact document ID. |
list_purchase_documentsList Holded purchase documents. | List Holded purchase documents. |
list_paymentsList Holded payments. | List Holded payments. |
Quick Start
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.