Open Connector
All tools

Holded

Use Holded to manage invoicing contacts, products, invoices, and sales receipts.

holdedv1.0.020 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "HOLDED_CREATE_CONTACT",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("HOLDED_CREATE_CONTACT", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute HOLDED_CREATE_CONTACT --data '{ }'

Tool catalog

Available tools

20 callable operations

Create a Holded contactHOLDED_CREATE_CONTACTCreate a Holded contact.

Create a Holded contact.

Authentication

Connected account required

Tags

createcontact
Create a Holded invoiceHOLDED_CREATE_INVOICECreate a Holded invoice.

Create a Holded invoice.

Authentication

Connected account required

Tags

createinvoice
Create a Holded productHOLDED_CREATE_PRODUCTCreate a Holded product.

Create a Holded product.

Authentication

Connected account required

Tags

createproduct
Create a Holded salesreceiptHOLDED_CREATE_SALES_RECEIPTCreate a Holded salesreceipt.

Create a Holded salesreceipt.

Authentication

Connected account required

Tags

createsalesreceipt
Delete a Holded contactHOLDED_DELETE_CONTACTDelete a Holded contact.

Delete a Holded contact.

Authentication

Connected account required

Tags

deletecontact
Delete a Holded invoiceHOLDED_DELETE_INVOICEDelete a Holded invoice.

Delete a Holded invoice.

Authentication

Connected account required

Tags

deleteinvoice
Delete a Holded productHOLDED_DELETE_PRODUCTDelete a Holded product.

Delete a Holded product.

Authentication

Connected account required

Tags

deleteproduct
Delete a Holded salesreceiptHOLDED_DELETE_SALES_RECEIPTDelete a Holded salesreceipt.

Delete a Holded salesreceipt.

Authentication

Connected account required

Tags

deletesalesreceipt
Get a Holded contactHOLDED_GET_CONTACTRetrieve a Holded contact by ID.

Retrieve a Holded contact by ID.

Authentication

Connected account required

Tags

getcontact
Get a Holded invoiceHOLDED_GET_INVOICERetrieve a Holded invoice by ID.

Retrieve a Holded invoice by ID.

Authentication

Connected account required

Tags

getinvoice
Get a Holded productHOLDED_GET_PRODUCTRetrieve a Holded product by ID.

Retrieve a Holded product by ID.

Authentication

Connected account required

Tags

getproduct
Get a Holded salesreceiptHOLDED_GET_SALES_RECEIPTRetrieve a Holded salesreceipt by ID.

Retrieve a Holded salesreceipt by ID.

Authentication

Connected account required

Tags

getsalesreceipt
List Holded contactsHOLDED_LIST_CONTACTSList Holded contacts.

List Holded contacts.

Authentication

Connected account required

Tags

listcontacts
List Holded invoicesHOLDED_LIST_INVOICESList Holded invoices.

List Holded invoices.

Authentication

Connected account required

Tags

listinvoices
List Holded productsHOLDED_LIST_PRODUCTSList Holded products.

List Holded products.

Authentication

Connected account required

Tags

listproducts
List Holded salesreceiptsHOLDED_LIST_SALES_RECEIPTSList Holded salesreceipts.

List Holded salesreceipts.

Authentication

Connected account required

Tags

listsalesreceipts
Update a Holded contactHOLDED_UPDATE_CONTACTUpdate a Holded contact.

Update a Holded contact.

Authentication

Connected account required

Tags

updatecontact
Update a Holded invoiceHOLDED_UPDATE_INVOICEUpdate a Holded invoice.

Update a Holded invoice.

Authentication

Connected account required

Tags

updateinvoice
Update a Holded productHOLDED_UPDATE_PRODUCTUpdate a Holded product.

Update a Holded product.

Authentication

Connected account required

Tags

updateproduct
Update a Holded salesreceiptHOLDED_UPDATE_SALES_RECEIPTUpdate a Holded salesreceipt.

Update a Holded salesreceipt.

Authentication

Connected account required

Tags

updatesalesreceipt

Provider resources