Open Connector
所有 Tools

Folk

Use Folk as a CRM for people, companies, deals, notes, reminders, tasks, interactions, users, groups, and webhooks.

folkv1.0.050 个 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: "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 Account

Tags

Tasks
Create a companyFOLK_CREATE_COMPANYCreate a new company in the workspace.

Create a new company in the workspace.

认证

需要 Connected Account

Tags

Companies
Create a dealFOLK_CREATE_DEALCreate a new deal in the workspace.

Create a new deal in the workspace.

认证

需要 Connected Account

Tags

Deals
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 Account

Tags

Interactions
Create a noteFOLK_CREATE_NOTECreate a new note in the workspace.

Create a new note in the workspace.

认证

需要 Connected Account

Tags

Notes
Create a personFOLK_CREATE_PERSONCreate a new person in the workspace.

Create a new person in the workspace.

认证

需要 Connected Account

Tags

People
Create a reminderFOLK_CREATE_REMINDERCreate a new reminder in the workspace.

Create a new reminder in the workspace.

认证

需要 Connected Account

Tags

Reminders
Create a taskFOLK_CREATE_TASKCreate a new task in the workspace.

Create a new task in the workspace.

认证

需要 Connected Account

Tags

Tasks
Create a webhookFOLK_CREATE_WEBHOOKCreates a new webhook listening to workspace events.

Creates a new webhook listening to workspace events.

认证

需要 Connected Account

Tags

Webhooks
Delete a companyFOLK_DELETE_COMPANYDelete an existing company in the workspace.

Delete an existing company in the workspace.

认证

需要 Connected Account

Tags

Companies
Delete a dealFOLK_DELETE_DEALDelete an existing deal in the workspace.

Delete an existing deal in the workspace.

认证

需要 Connected Account

Tags

Deals
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 Account

Tags

Interactions
Delete a noteFOLK_DELETE_NOTEDelete an existing note in the workspace.

Delete an existing note in the workspace.

认证

需要 Connected Account

Tags

Notes
Delete a personFOLK_DELETE_PERSONDelete an existing person in the workspace.

Delete an existing person in the workspace.

认证

需要 Connected Account

Tags

People
Delete a reminderFOLK_DELETE_REMINDERDelete an existing reminder in the workspace.

Delete an existing reminder in the workspace.

认证

需要 Connected Account

Tags

Reminders
Delete a taskFOLK_DELETE_TASKDelete an existing task in the workspace.

Delete an existing task in the workspace.

认证

需要 Connected Account

Tags

Tasks
Delete a webhookFOLK_DELETE_WEBHOOKDelete an existing webhook in the workspace.

Delete an existing webhook in the workspace.

认证

需要 Connected Account

Tags

Webhooks
Get a companyFOLK_GET_COMPANYRetrieve an existing company in the workspace.

Retrieve an existing company in the workspace.

认证

需要 Connected Account

Tags

Companies
Get the current userFOLK_GET_CURRENT_USERReturns the current workspace user.

Returns the current workspace user.

认证

需要 Connected Account

Tags

Users
Get a dealFOLK_GET_DEALRetrieve an existing deal in the workspace.

Retrieve an existing deal in the workspace.

认证

需要 Connected Account

Tags

Deals
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 Account

Tags

Interactions
Get a noteFOLK_GET_NOTERetrieve an existing note in the workspace.

Retrieve an existing note in the workspace.

认证

需要 Connected Account

Tags

Notes
Get a personFOLK_GET_PERSONRetrieve an existing person in the workspace.

Retrieve an existing person in the workspace.

认证

需要 Connected Account

Tags

People
Get a reminderFOLK_GET_REMINDERRetrieve an existing reminder in the workspace.

Retrieve an existing reminder in the workspace.

认证

需要 Connected Account

Tags

Reminders
Get a taskFOLK_GET_TASKRetrieve an existing task in the workspace.

Retrieve an existing task in the workspace.

认证

需要 Connected Account

Tags

Tasks
Get a userFOLK_GET_USERReturns a workspace user.

Returns a workspace user.

认证

需要 Connected Account

Tags

Users
Get a webhookFOLK_GET_WEBHOOKRetrieve an existing webhook in the workspace.

Retrieve an existing webhook in the workspace.

认证

需要 Connected Account

Tags

Webhooks
Search for companiesFOLK_INTERNAL_SEARCH_COMPANIESSearch for companies in the workspace.

Search for companies in the workspace.

认证

需要 Connected Account

Tags

Companies
Search dealsFOLK_INTERNAL_SEARCH_DEALSSearch deals in the workspace.

Search deals in the workspace.

认证

需要 Connected Account

Tags

Deals
Search for peopleFOLK_INTERNAL_SEARCH_PEOPLESearch for people in the workspace.

Search for people in the workspace.

认证

需要 Connected Account

Tags

People
List companiesFOLK_LIST_COMPANIESRetrieve a list of companies in the workspace.

Retrieve a list of companies in the workspace.

认证

需要 Connected Account

Tags

Companies
List dealsFOLK_LIST_DEALSRetrieve a list of deals in the workspace.

Retrieve a list of deals in the workspace.

认证

需要 Connected Account

Tags

Deals
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 Account

Tags

Groups
List groupsFOLK_LIST_GROUPSReturns a list of workspace groups.

Returns a list of workspace groups.

认证

需要 Connected Account

Tags

Groups
List notesFOLK_LIST_NOTESRetrieve a list of notes in the workspace.

Retrieve a list of notes in the workspace.

认证

需要 Connected Account

Tags

Notes
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 Account

Tags

Interactions
List peopleFOLK_LIST_PEOPLERetrieve a list of people in the workspace.

Retrieve a list of people in the workspace.

认证

需要 Connected Account

Tags

People
List remindersFOLK_LIST_REMINDERSRetrieve a list of reminders in the workspace.

Retrieve a list of reminders in the workspace.

认证

需要 Connected Account

Tags

Reminders
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 Account

Tags

Interactions
List usersFOLK_LIST_USERSReturns a list of workspace users.

Returns a list of workspace users.

认证

需要 Connected Account

Tags

Users
List webhooksFOLK_LIST_WEBHOOKSRetrieve a list of webhooks in the workspace.

Retrieve a list of webhooks in the workspace.

认证

需要 Connected Account

Tags

Webhooks
Cancel the completion of a taskFOLK_UNCOMPLETE_TASKMark an existing task as not completed.

Mark an existing task as not completed.

认证

需要 Connected Account

Tags

Tasks
Update a companyFOLK_UPDATE_COMPANYUpdate an existing company in the workspace.

Update an existing company in the workspace.

认证

需要 Connected Account

Tags

Companies
Update a dealFOLK_UPDATE_DEALUpdate an existing deal in the workspace.

Update an existing deal in the workspace.

认证

需要 Connected Account

Tags

Deals
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 Account

Tags

Interactions
Update a noteFOLK_UPDATE_NOTEUpdate an existing note in the workspace.

Update an existing note in the workspace.

认证

需要 Connected Account

Tags

Notes
Update a personFOLK_UPDATE_PERSONUpdate an existing person in the workspace.

Update an existing person in the workspace.

认证

需要 Connected Account

Tags

People
Update a reminderFOLK_UPDATE_REMINDERUpdate an existing reminder in the workspace.

Update an existing reminder in the workspace.

认证

需要 Connected Account

Tags

Reminders
Update a taskFOLK_UPDATE_TASKUpdate an existing task in the workspace.

Update an existing task in the workspace.

认证

需要 Connected Account

Tags

Tasks
Update a webhookFOLK_UPDATE_WEBHOOKUpdate an existing webhook in the workspace.

Update an existing webhook in the workspace.

认证

需要 Connected Account

Tags

Webhooks

Provider 资源