← All integrations

Holded

Holded integration (Finance, Productivity). Imported from open-connector.

API key4 native toolsIcon fallback
This catalogue entry describes the current repository definition. Availability, scopes, and production readiness should be confirmed during private-beta onboarding.

Native tools

GET
holded_list_contacts
List Holded contacts with exact-match filters and cursor pagination.

/contacts

7 parameters
ParamTypeRequiredDescription
phonestringoptionalFilter contacts by exact phone number.
mobilestringoptionalFilter contacts by exact mobile number.
emailstringoptionalFilter contacts by exact email address.
codestringoptionalFilter contacts by exact tax identification code.
customIdstringoptionalFilter contacts by exact external custom identifier.
cursorstringoptionalOpaque pagination cursor returned by Holded in the previous response.
limitintegeroptionalMaximum number of records to return. Holded accepts up to 100.
GET
holded_get_contact
Get a Holded contact by identifier.

/contacts/{contactId}

1 parameter
ParamTypeRequiredDescription
contactIdstringrequiredHolded object identifier.
GET
holded_list_products
List Holded products with cursor pagination.

/products

2 parameters
ParamTypeRequiredDescription
cursorstringoptionalOpaque pagination cursor returned by Holded in the previous response.
limitintegeroptionalMaximum number of records to return. Holded accepts up to 100.
GET
holded_get_product
Get a Holded product by identifier.

/products/{productId}

1 parameter
ParamTypeRequiredDescription
productIdstringrequiredHolded object identifier.
Request private-beta access