← Tools Reference

Holded

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

API key4 toolshttps://api.holded.com/api/v2
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.