Teamleader Focus
Connect to Teamleader Focus to manage CRM contacts, companies, deals, invoices, quotations, products, and users.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
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: "TEAMLEADER_COMPANIES_ADD", 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("TEAMLEADER_COMPANIES_ADD", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TEAMLEADER_COMPANIES_ADD --data '{ }'Tool 目录
可用 Tools
32 个可调用操作
Create companyTEAMLEADER_COMPANIES_ADDCreate company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete companyTEAMLEADER_COMPANIES_DELETEDelete company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get companyTEAMLEADER_COMPANIES_INFOGet company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List companiesTEAMLEADER_COMPANIES_LISTList companies. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List companies. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update companyTEAMLEADER_COMPANIES_UPDATEUpdate company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update company. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Create contactTEAMLEADER_CONTACTS_ADDCreate contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete contactTEAMLEADER_CONTACTS_DELETEDelete contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get contactTEAMLEADER_CONTACTS_INFOGet contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List contactsTEAMLEADER_CONTACTS_LISTList contacts. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List contacts. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update contactTEAMLEADER_CONTACTS_UPDATEUpdate contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update contact. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Create dealTEAMLEADER_DEALS_CREATECreate deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete dealTEAMLEADER_DEALS_DELETEDelete deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get dealTEAMLEADER_DEALS_INFOGet deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List dealsTEAMLEADER_DEALS_LISTList deals. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List deals. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update dealTEAMLEADER_DEALS_UPDATEUpdate deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update deal. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete invoiceTEAMLEADER_INVOICES_DELETEDelete invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Create draft invoiceTEAMLEADER_INVOICES_DRAFTCreate draft invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create draft invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get invoiceTEAMLEADER_INVOICES_INFOGet invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List invoicesTEAMLEADER_INVOICES_LISTList invoices. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List invoices. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update invoiceTEAMLEADER_INVOICES_UPDATEUpdate invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update invoice. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Create productTEAMLEADER_PRODUCTS_ADDCreate product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete productTEAMLEADER_PRODUCTS_DELETEDelete product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get productTEAMLEADER_PRODUCTS_INFOGet product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List productsTEAMLEADER_PRODUCTS_LISTList products. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List products. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update productTEAMLEADER_PRODUCTS_UPDATEUpdate product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update product. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Create quotationTEAMLEADER_QUOTATIONS_CREATECreate quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Create quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Delete quotationTEAMLEADER_QUOTATIONS_DELETEDelete quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Delete quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get quotationTEAMLEADER_QUOTATIONS_INFOGet quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List quotationsTEAMLEADER_QUOTATIONS_LISTList quotations. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List quotations. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Update quotationTEAMLEADER_QUOTATIONS_UPDATEUpdate quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Update quotation. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
List usersTEAMLEADER_USERS_LISTList users. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
List users. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags
Get current userTEAMLEADER_USERS_MEGet current user. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.需要连接
Get current user. Teamleader Focus uses RPC-style POST endpoints under https://api.focus.teamleader.eu and requires X-Api-Version: 2023-10-01.
认证
需要 Connected AccountTags