Open Connector
所有 Tools

Twenty CRM

Use Twenty CRM to manage companies, people, opportunities, tasks, and notes through its generated REST API.

twenty-crmv1.0.025 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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: "TWENTY_CRM_CREATE_COMPANY",  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("TWENTY_CRM_CREATE_COMPANY", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute TWENTY_CRM_CREATE_COMPANY --data '{ }'

Tool 目录

可用 Tools

25 个可调用操作

Create a Twenty companyTWENTY_CRM_CREATE_COMPANYCreate a Twenty company.

Create a Twenty company.

认证

需要 Connected Account

Tags

createcompany
Create a Twenty noteTWENTY_CRM_CREATE_NOTECreate a Twenty note.

Create a Twenty note.

认证

需要 Connected Account

Tags

createnote
Create a Twenty opportunityTWENTY_CRM_CREATE_OPPORTUNITYCreate a Twenty opportunity.

Create a Twenty opportunity.

认证

需要 Connected Account

Tags

createopportunity
Create a Twenty personTWENTY_CRM_CREATE_PERSONCreate a Twenty person.

Create a Twenty person.

认证

需要 Connected Account

Tags

createperson
Create a Twenty taskTWENTY_CRM_CREATE_TASKCreate a Twenty task.

Create a Twenty task.

认证

需要 Connected Account

Tags

createtask
Delete a Twenty companyTWENTY_CRM_DELETE_COMPANYDelete a Twenty company by ID.

Delete a Twenty company by ID.

认证

需要 Connected Account

Tags

deletecompany
Delete a Twenty noteTWENTY_CRM_DELETE_NOTEDelete a Twenty note by ID.

Delete a Twenty note by ID.

认证

需要 Connected Account

Tags

deletenote
Delete a Twenty opportunityTWENTY_CRM_DELETE_OPPORTUNITYDelete a Twenty opportunity by ID.

Delete a Twenty opportunity by ID.

认证

需要 Connected Account

Tags

deleteopportunity
Delete a Twenty personTWENTY_CRM_DELETE_PERSONDelete a Twenty person by ID.

Delete a Twenty person by ID.

认证

需要 Connected Account

Tags

deleteperson
Delete a Twenty taskTWENTY_CRM_DELETE_TASKDelete a Twenty task by ID.

Delete a Twenty task by ID.

认证

需要 Connected Account

Tags

deletetask
Get a Twenty companyTWENTY_CRM_GET_COMPANYRetrieve a Twenty company by ID.

Retrieve a Twenty company by ID.

认证

需要 Connected Account

Tags

getcompany
Get a Twenty noteTWENTY_CRM_GET_NOTERetrieve a Twenty note by ID.

Retrieve a Twenty note by ID.

认证

需要 Connected Account

Tags

getnote
Get a Twenty opportunityTWENTY_CRM_GET_OPPORTUNITYRetrieve a Twenty opportunity by ID.

Retrieve a Twenty opportunity by ID.

认证

需要 Connected Account

Tags

getopportunity
Get a Twenty personTWENTY_CRM_GET_PERSONRetrieve a Twenty person by ID.

Retrieve a Twenty person by ID.

认证

需要 Connected Account

Tags

getperson
Get a Twenty taskTWENTY_CRM_GET_TASKRetrieve a Twenty task by ID.

Retrieve a Twenty task by ID.

认证

需要 Connected Account

Tags

gettask
List Twenty companiesTWENTY_CRM_LIST_COMPANYSList Twenty companies.

List Twenty companies.

认证

需要 Connected Account

Tags

listcompanys
List Twenty notesTWENTY_CRM_LIST_NOTESList Twenty notes.

List Twenty notes.

认证

需要 Connected Account

Tags

listnotes
List Twenty opportunitiesTWENTY_CRM_LIST_OPPORTUNITYSList Twenty opportunities.

List Twenty opportunities.

认证

需要 Connected Account

Tags

listopportunitys
List Twenty peopleTWENTY_CRM_LIST_PERSONSList Twenty people.

List Twenty people.

认证

需要 Connected Account

Tags

listpersons
List Twenty tasksTWENTY_CRM_LIST_TASKSList Twenty tasks.

List Twenty tasks.

认证

需要 Connected Account

Tags

listtasks
Update a Twenty companyTWENTY_CRM_UPDATE_COMPANYUpdate a Twenty company by ID.

Update a Twenty company by ID.

认证

需要 Connected Account

Tags

updatecompany
Update a Twenty noteTWENTY_CRM_UPDATE_NOTEUpdate a Twenty note by ID.

Update a Twenty note by ID.

认证

需要 Connected Account

Tags

updatenote
Update a Twenty opportunityTWENTY_CRM_UPDATE_OPPORTUNITYUpdate a Twenty opportunity by ID.

Update a Twenty opportunity by ID.

认证

需要 Connected Account

Tags

updateopportunity
Update a Twenty personTWENTY_CRM_UPDATE_PERSONUpdate a Twenty person by ID.

Update a Twenty person by ID.

认证

需要 Connected Account

Tags

updateperson
Update a Twenty taskTWENTY_CRM_UPDATE_TASKUpdate a Twenty task by ID.

Update a Twenty task by ID.

认证

需要 Connected Account

Tags

updatetask

Provider 资源