Folk
Use Folk as a CRM for people, companies, deals, notes, reminders, tasks, interactions, users, groups, and webhooks.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "FOLK_COMPLETE_TASK", 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("FOLK_COMPLETE_TASK", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute FOLK_COMPLETE_TASK --data '{ }'Tool 目录
可用 Tools
50 个可调用操作
Complete a taskFOLK_COMPLETE_TASKMark an existing task as completed.需要连接
Mark an existing task as completed.
认证
需要 Connected AccountTags
Create a companyFOLK_CREATE_COMPANYCreate a new company in the workspace.需要连接
Create a new company in the workspace.
认证
需要 Connected AccountTags
Create a dealFOLK_CREATE_DEALCreate a new deal in the workspace.需要连接
Create a new deal in the workspace.
认证
需要 Connected AccountTags
Create an interactionFOLK_CREATE_INTERACTIONCreates a new [interaction](https://help.folk.app/en/articles/7012167-log-a-new-interaction) with a person or a company.需要连接
Creates a new [interaction](https://help.folk.app/en/articles/7012167-log-a-new-interaction) with a person or a company.
认证
需要 Connected AccountTags
Create a noteFOLK_CREATE_NOTECreate a new note in the workspace.需要连接
Create a new note in the workspace.
认证
需要 Connected AccountTags
Create a personFOLK_CREATE_PERSONCreate a new person in the workspace.需要连接
Create a new person in the workspace.
认证
需要 Connected AccountTags
Create a reminderFOLK_CREATE_REMINDERCreate a new reminder in the workspace.需要连接
Create a new reminder in the workspace.
认证
需要 Connected AccountTags
Create a taskFOLK_CREATE_TASKCreate a new task in the workspace.需要连接
Create a new task in the workspace.
认证
需要 Connected AccountTags
Create a webhookFOLK_CREATE_WEBHOOKCreates a new webhook listening to workspace events.需要连接
Creates a new webhook listening to workspace events.
认证
需要 Connected AccountTags
Delete a companyFOLK_DELETE_COMPANYDelete an existing company in the workspace.需要连接
Delete an existing company in the workspace.
认证
需要 Connected AccountTags
Delete a dealFOLK_DELETE_DEALDelete an existing deal in the workspace.需要连接
Delete an existing deal in the workspace.
认证
需要 Connected AccountTags
Delete an interactionFOLK_DELETE_INTERACTIONDelete an existing logged interaction. Imported interactions cannot be deleted.需要连接
Delete an existing logged interaction. Imported interactions cannot be deleted.
认证
需要 Connected AccountTags
Delete a noteFOLK_DELETE_NOTEDelete an existing note in the workspace.需要连接
Delete an existing note in the workspace.
认证
需要 Connected AccountTags
Delete a personFOLK_DELETE_PERSONDelete an existing person in the workspace.需要连接
Delete an existing person in the workspace.
认证
需要 Connected AccountTags
Delete a reminderFOLK_DELETE_REMINDERDelete an existing reminder in the workspace.需要连接
Delete an existing reminder in the workspace.
认证
需要 Connected AccountTags
Delete a taskFOLK_DELETE_TASKDelete an existing task in the workspace.需要连接
Delete an existing task in the workspace.
认证
需要 Connected AccountTags
Delete a webhookFOLK_DELETE_WEBHOOKDelete an existing webhook in the workspace.需要连接
Delete an existing webhook in the workspace.
认证
需要 Connected AccountTags
Get a companyFOLK_GET_COMPANYRetrieve an existing company in the workspace.需要连接
Retrieve an existing company in the workspace.
认证
需要 Connected AccountTags
Get the current userFOLK_GET_CURRENT_USERReturns the current workspace user.需要连接
Returns the current workspace user.
认证
需要 Connected AccountTags
Get a dealFOLK_GET_DEALRetrieve an existing deal in the workspace.需要连接
Retrieve an existing deal in the workspace.
认证
需要 Connected AccountTags
Get an interactionFOLK_GET_INTERACTIONRetrieves a single interaction. Full email or calendar body is included when privacy rules allow it.需要连接
Retrieves a single interaction. Full email or calendar body is included when privacy rules allow it.
认证
需要 Connected AccountTags
Get a noteFOLK_GET_NOTERetrieve an existing note in the workspace.需要连接
Retrieve an existing note in the workspace.
认证
需要 Connected AccountTags
Get a personFOLK_GET_PERSONRetrieve an existing person in the workspace.需要连接
Retrieve an existing person in the workspace.
认证
需要 Connected AccountTags
Get a reminderFOLK_GET_REMINDERRetrieve an existing reminder in the workspace.需要连接
Retrieve an existing reminder in the workspace.
认证
需要 Connected AccountTags
Get a taskFOLK_GET_TASKRetrieve an existing task in the workspace.需要连接
Retrieve an existing task in the workspace.
认证
需要 Connected AccountTags
Get a userFOLK_GET_USERReturns a workspace user.需要连接
Returns a workspace user.
认证
需要 Connected AccountTags
Get a webhookFOLK_GET_WEBHOOKRetrieve an existing webhook in the workspace.需要连接
Retrieve an existing webhook in the workspace.
认证
需要 Connected AccountTags
Search for companiesFOLK_INTERNAL_SEARCH_COMPANIESSearch for companies in the workspace.需要连接
Search for companies in the workspace.
认证
需要 Connected AccountTags
Search dealsFOLK_INTERNAL_SEARCH_DEALSSearch deals in the workspace.需要连接
Search deals in the workspace.
认证
需要 Connected AccountTags
Search for peopleFOLK_INTERNAL_SEARCH_PEOPLESearch for people in the workspace.需要连接
Search for people in the workspace.
认证
需要 Connected AccountTags
List companiesFOLK_LIST_COMPANIESRetrieve a list of companies in the workspace.需要连接
Retrieve a list of companies in the workspace.
认证
需要 Connected AccountTags
List dealsFOLK_LIST_DEALSRetrieve a list of deals in the workspace.需要连接
Retrieve a list of deals in the workspace.
认证
需要 Connected AccountTags
List group custom fieldsFOLK_LIST_GROUP_CUSTOM_FIELDSReturns a list of group custom fields for an entity type.需要连接
Returns a list of group custom fields for an entity type.
认证
需要 Connected AccountTags
List groupsFOLK_LIST_GROUPSReturns a list of workspace groups.需要连接
Returns a list of workspace groups.
认证
需要 Connected AccountTags
List notesFOLK_LIST_NOTESRetrieve a list of notes in the workspace.需要连接
Retrieve a list of notes in the workspace.
认证
需要 Connected AccountTags
List past interactionsFOLK_LIST_PAST_INTERACTIONSRetrieves paginated past interactions linked to a person, company, or object.需要连接
Retrieves paginated past interactions linked to a person, company, or object.
认证
需要 Connected AccountTags
List peopleFOLK_LIST_PEOPLERetrieve a list of people in the workspace.需要连接
Retrieve a list of people in the workspace.
认证
需要 Connected AccountTags
List remindersFOLK_LIST_REMINDERSRetrieve a list of reminders in the workspace.需要连接
Retrieve a list of reminders in the workspace.
认证
需要 Connected AccountTags
List upcoming interactionsFOLK_LIST_UPCOMING_INTERACTIONSRetrieves paginated upcoming interactions linked to a person, company, or object.需要连接
Retrieves paginated upcoming interactions linked to a person, company, or object.
认证
需要 Connected AccountTags
List usersFOLK_LIST_USERSReturns a list of workspace users.需要连接
Returns a list of workspace users.
认证
需要 Connected AccountTags
List webhooksFOLK_LIST_WEBHOOKSRetrieve a list of webhooks in the workspace.需要连接
Retrieve a list of webhooks in the workspace.
认证
需要 Connected AccountTags
Cancel the completion of a taskFOLK_UNCOMPLETE_TASKMark an existing task as not completed.需要连接
Mark an existing task as not completed.
认证
需要 Connected AccountTags
Update a companyFOLK_UPDATE_COMPANYUpdate an existing company in the workspace.需要连接
Update an existing company in the workspace.
认证
需要 Connected AccountTags
Update a dealFOLK_UPDATE_DEALUpdate an existing deal in the workspace.需要连接
Update an existing deal in the workspace.
认证
需要 Connected AccountTags
Update an interactionFOLK_UPDATE_INTERACTIONPartially update an existing logged interaction (title, content, date-time, activityType). Imported interactions cannot be updated.需要连接
Partially update an existing logged interaction (title, content, date-time, activityType). Imported interactions cannot be updated.
认证
需要 Connected AccountTags
Update a noteFOLK_UPDATE_NOTEUpdate an existing note in the workspace.需要连接
Update an existing note in the workspace.
认证
需要 Connected AccountTags
Update a personFOLK_UPDATE_PERSONUpdate an existing person in the workspace.需要连接
Update an existing person in the workspace.
认证
需要 Connected AccountTags
Update a reminderFOLK_UPDATE_REMINDERUpdate an existing reminder in the workspace.需要连接
Update an existing reminder in the workspace.
认证
需要 Connected AccountTags
Update a taskFOLK_UPDATE_TASKUpdate an existing task in the workspace.需要连接
Update an existing task in the workspace.
认证
需要 Connected AccountTags
Update a webhookFOLK_UPDATE_WEBHOOKUpdate an existing webhook in the workspace.需要连接
Update an existing webhook in the workspace.
认证
需要 Connected AccountTags