Folk
Use Folk as a CRM for people, companies, deals, notes, reminders, tasks, interactions, users, groups, and webhooks.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
50 callable operations
Complete a taskFOLK_COMPLETE_TASKMark an existing task as completed.Connection
Mark an existing task as completed.
Authentication
Connected account requiredTags
Create a companyFOLK_CREATE_COMPANYCreate a new company in the workspace.Connection
Create a new company in the workspace.
Authentication
Connected account requiredTags
Create a dealFOLK_CREATE_DEALCreate a new deal in the workspace.Connection
Create a new deal in the workspace.
Authentication
Connected account requiredTags
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.Connection
Creates a new [interaction](https://help.folk.app/en/articles/7012167-log-a-new-interaction) with a person or a company.
Authentication
Connected account requiredTags
Create a noteFOLK_CREATE_NOTECreate a new note in the workspace.Connection
Create a new note in the workspace.
Authentication
Connected account requiredTags
Create a personFOLK_CREATE_PERSONCreate a new person in the workspace.Connection
Create a new person in the workspace.
Authentication
Connected account requiredTags
Create a reminderFOLK_CREATE_REMINDERCreate a new reminder in the workspace.Connection
Create a new reminder in the workspace.
Authentication
Connected account requiredTags
Create a taskFOLK_CREATE_TASKCreate a new task in the workspace.Connection
Create a new task in the workspace.
Authentication
Connected account requiredTags
Create a webhookFOLK_CREATE_WEBHOOKCreates a new webhook listening to workspace events.Connection
Creates a new webhook listening to workspace events.
Authentication
Connected account requiredTags
Delete a companyFOLK_DELETE_COMPANYDelete an existing company in the workspace.Connection
Delete an existing company in the workspace.
Authentication
Connected account requiredTags
Delete a dealFOLK_DELETE_DEALDelete an existing deal in the workspace.Connection
Delete an existing deal in the workspace.
Authentication
Connected account requiredTags
Delete an interactionFOLK_DELETE_INTERACTIONDelete an existing logged interaction. Imported interactions cannot be deleted.Connection
Delete an existing logged interaction. Imported interactions cannot be deleted.
Authentication
Connected account requiredTags
Delete a noteFOLK_DELETE_NOTEDelete an existing note in the workspace.Connection
Delete an existing note in the workspace.
Authentication
Connected account requiredTags
Delete a personFOLK_DELETE_PERSONDelete an existing person in the workspace.Connection
Delete an existing person in the workspace.
Authentication
Connected account requiredTags
Delete a reminderFOLK_DELETE_REMINDERDelete an existing reminder in the workspace.Connection
Delete an existing reminder in the workspace.
Authentication
Connected account requiredTags
Delete a taskFOLK_DELETE_TASKDelete an existing task in the workspace.Connection
Delete an existing task in the workspace.
Authentication
Connected account requiredTags
Delete a webhookFOLK_DELETE_WEBHOOKDelete an existing webhook in the workspace.Connection
Delete an existing webhook in the workspace.
Authentication
Connected account requiredTags
Get a companyFOLK_GET_COMPANYRetrieve an existing company in the workspace.Connection
Retrieve an existing company in the workspace.
Authentication
Connected account requiredTags
Get the current userFOLK_GET_CURRENT_USERReturns the current workspace user.Connection
Returns the current workspace user.
Authentication
Connected account requiredTags
Get a dealFOLK_GET_DEALRetrieve an existing deal in the workspace.Connection
Retrieve an existing deal in the workspace.
Authentication
Connected account requiredTags
Get an interactionFOLK_GET_INTERACTIONRetrieves a single interaction. Full email or calendar body is included when privacy rules allow it.Connection
Retrieves a single interaction. Full email or calendar body is included when privacy rules allow it.
Authentication
Connected account requiredTags
Get a noteFOLK_GET_NOTERetrieve an existing note in the workspace.Connection
Retrieve an existing note in the workspace.
Authentication
Connected account requiredTags
Get a personFOLK_GET_PERSONRetrieve an existing person in the workspace.Connection
Retrieve an existing person in the workspace.
Authentication
Connected account requiredTags
Get a reminderFOLK_GET_REMINDERRetrieve an existing reminder in the workspace.Connection
Retrieve an existing reminder in the workspace.
Authentication
Connected account requiredTags
Get a taskFOLK_GET_TASKRetrieve an existing task in the workspace.Connection
Retrieve an existing task in the workspace.
Authentication
Connected account requiredTags
Get a userFOLK_GET_USERReturns a workspace user.Connection
Returns a workspace user.
Authentication
Connected account requiredTags
Get a webhookFOLK_GET_WEBHOOKRetrieve an existing webhook in the workspace.Connection
Retrieve an existing webhook in the workspace.
Authentication
Connected account requiredTags
Search for companiesFOLK_INTERNAL_SEARCH_COMPANIESSearch for companies in the workspace.Connection
Search for companies in the workspace.
Authentication
Connected account requiredTags
Search dealsFOLK_INTERNAL_SEARCH_DEALSSearch deals in the workspace.Connection
Search deals in the workspace.
Authentication
Connected account requiredTags
Search for peopleFOLK_INTERNAL_SEARCH_PEOPLESearch for people in the workspace.Connection
Search for people in the workspace.
Authentication
Connected account requiredTags
List companiesFOLK_LIST_COMPANIESRetrieve a list of companies in the workspace.Connection
Retrieve a list of companies in the workspace.
Authentication
Connected account requiredTags
List dealsFOLK_LIST_DEALSRetrieve a list of deals in the workspace.Connection
Retrieve a list of deals in the workspace.
Authentication
Connected account requiredTags
List group custom fieldsFOLK_LIST_GROUP_CUSTOM_FIELDSReturns a list of group custom fields for an entity type.Connection
Returns a list of group custom fields for an entity type.
Authentication
Connected account requiredTags
List groupsFOLK_LIST_GROUPSReturns a list of workspace groups.Connection
Returns a list of workspace groups.
Authentication
Connected account requiredTags
List notesFOLK_LIST_NOTESRetrieve a list of notes in the workspace.Connection
Retrieve a list of notes in the workspace.
Authentication
Connected account requiredTags
List past interactionsFOLK_LIST_PAST_INTERACTIONSRetrieves paginated past interactions linked to a person, company, or object.Connection
Retrieves paginated past interactions linked to a person, company, or object.
Authentication
Connected account requiredTags
List peopleFOLK_LIST_PEOPLERetrieve a list of people in the workspace.Connection
Retrieve a list of people in the workspace.
Authentication
Connected account requiredTags
List remindersFOLK_LIST_REMINDERSRetrieve a list of reminders in the workspace.Connection
Retrieve a list of reminders in the workspace.
Authentication
Connected account requiredTags
List upcoming interactionsFOLK_LIST_UPCOMING_INTERACTIONSRetrieves paginated upcoming interactions linked to a person, company, or object.Connection
Retrieves paginated upcoming interactions linked to a person, company, or object.
Authentication
Connected account requiredTags
List usersFOLK_LIST_USERSReturns a list of workspace users.Connection
Returns a list of workspace users.
Authentication
Connected account requiredTags
List webhooksFOLK_LIST_WEBHOOKSRetrieve a list of webhooks in the workspace.Connection
Retrieve a list of webhooks in the workspace.
Authentication
Connected account requiredTags
Cancel the completion of a taskFOLK_UNCOMPLETE_TASKMark an existing task as not completed.Connection
Mark an existing task as not completed.
Authentication
Connected account requiredTags
Update a companyFOLK_UPDATE_COMPANYUpdate an existing company in the workspace.Connection
Update an existing company in the workspace.
Authentication
Connected account requiredTags
Update a dealFOLK_UPDATE_DEALUpdate an existing deal in the workspace.Connection
Update an existing deal in the workspace.
Authentication
Connected account requiredTags
Update an interactionFOLK_UPDATE_INTERACTIONPartially update an existing logged interaction (title, content, date-time, activityType). Imported interactions cannot be updated.Connection
Partially update an existing logged interaction (title, content, date-time, activityType). Imported interactions cannot be updated.
Authentication
Connected account requiredTags
Update a noteFOLK_UPDATE_NOTEUpdate an existing note in the workspace.Connection
Update an existing note in the workspace.
Authentication
Connected account requiredTags
Update a personFOLK_UPDATE_PERSONUpdate an existing person in the workspace.Connection
Update an existing person in the workspace.
Authentication
Connected account requiredTags
Update a reminderFOLK_UPDATE_REMINDERUpdate an existing reminder in the workspace.Connection
Update an existing reminder in the workspace.
Authentication
Connected account requiredTags
Update a taskFOLK_UPDATE_TASKUpdate an existing task in the workspace.Connection
Update an existing task in the workspace.
Authentication
Connected account requiredTags
Update a webhookFOLK_UPDATE_WEBHOOKUpdate an existing webhook in the workspace.Connection
Update an existing webhook in the workspace.
Authentication
Connected account requiredTags