Freshsales
Use Freshsales to manage CRM leads, contacts, sales accounts, and deals.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | 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: "FRESHSALES_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("FRESHSALES_CREATE_CONTACT", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FRESHSALES_CREATE_CONTACT --data '{ }'Tool 目录
可用 Tools
20 个可调用操作
Create a Freshsales contactFRESHSALES_CREATE_CONTACTCreate a Freshsales contact.需要连接
Create a Freshsales contact.
认证
需要 Connected AccountTags
Create a Freshsales dealFRESHSALES_CREATE_DEALCreate a Freshsales deal.需要连接
Create a Freshsales deal.
认证
需要 Connected AccountTags
Create a Freshsales leadFRESHSALES_CREATE_LEADCreate a Freshsales lead.需要连接
Create a Freshsales lead.
认证
需要 Connected AccountTags
Create a Freshsales sales accountFRESHSALES_CREATE_SALES_ACCOUNTCreate a Freshsales sales account.需要连接
Create a Freshsales sales account.
认证
需要 Connected AccountTags
Delete a Freshsales contactFRESHSALES_DELETE_CONTACTDelete a Freshsales contact by ID.需要连接
Delete a Freshsales contact by ID.
认证
需要 Connected AccountTags
Delete a Freshsales dealFRESHSALES_DELETE_DEALDelete a Freshsales deal by ID.需要连接
Delete a Freshsales deal by ID.
认证
需要 Connected AccountTags
Delete a Freshsales leadFRESHSALES_DELETE_LEADDelete a Freshsales lead by ID.需要连接
Delete a Freshsales lead by ID.
认证
需要 Connected AccountTags
Delete a Freshsales sales accountFRESHSALES_DELETE_SALES_ACCOUNTDelete a Freshsales sales account by ID.需要连接
Delete a Freshsales sales account by ID.
认证
需要 Connected AccountTags
Get a Freshsales contactFRESHSALES_GET_CONTACTRetrieve a Freshsales contact by ID.需要连接
Retrieve a Freshsales contact by ID.
认证
需要 Connected AccountTags
Get a Freshsales dealFRESHSALES_GET_DEALRetrieve a Freshsales deal by ID.需要连接
Retrieve a Freshsales deal by ID.
认证
需要 Connected AccountTags
Get a Freshsales leadFRESHSALES_GET_LEADRetrieve a Freshsales lead by ID.需要连接
Retrieve a Freshsales lead by ID.
认证
需要 Connected AccountTags
Get a Freshsales sales accountFRESHSALES_GET_SALES_ACCOUNTRetrieve a Freshsales sales account by ID.需要连接
Retrieve a Freshsales sales account by ID.
认证
需要 Connected AccountTags
List Freshsales contactsFRESHSALES_LIST_CONTACTSList Freshsales contacts.需要连接
List Freshsales contacts.
认证
需要 Connected AccountTags
List Freshsales dealsFRESHSALES_LIST_DEALSList Freshsales deals.需要连接
List Freshsales deals.
认证
需要 Connected AccountTags
List Freshsales leadsFRESHSALES_LIST_LEADSList Freshsales leads.需要连接
List Freshsales leads.
认证
需要 Connected AccountTags
List Freshsales sales accountsFRESHSALES_LIST_SALES_ACCOUNTSList Freshsales sales accounts.需要连接
List Freshsales sales accounts.
认证
需要 Connected AccountTags
Update a Freshsales contactFRESHSALES_UPDATE_CONTACTUpdate a Freshsales contact by ID.需要连接
Update a Freshsales contact by ID.
认证
需要 Connected AccountTags
Update a Freshsales dealFRESHSALES_UPDATE_DEALUpdate a Freshsales deal by ID.需要连接
Update a Freshsales deal by ID.
认证
需要 Connected AccountTags
Update a Freshsales leadFRESHSALES_UPDATE_LEADUpdate a Freshsales lead by ID.需要连接
Update a Freshsales lead by ID.
认证
需要 Connected AccountTags
Update a Freshsales sales accountFRESHSALES_UPDATE_SALES_ACCOUNTUpdate a Freshsales sales account by ID.需要连接
Update a Freshsales sales account by ID.
认证
需要 Connected AccountTags