Tools
| Name | Description |
|---|---|
create_personCreate a person in Folk CRM. | Create a person in Folk CRM. |
find_personFind people by name, email, company, group, or pagination cursor. | Find people by name, email, company, group, or pagination cursor. |
get_personGet a person by Folk person ID. | Get a person by Folk person ID. |
update_personUpdate a person. List fields replace the existing Folk list value when provided. | Update a person. List fields replace the existing Folk list value when provided. |
create_companyCreate a company in Folk CRM. If the name already exists, Folk returns the existing company. | Create a company in Folk CRM. If the name already exists, Folk returns the existing company. |
find_companyFind companies by name, email, group, or pagination cursor. | Find companies by name, email, group, or pagination cursor. |
get_companyGet a company by Folk company ID. | Get a company by Folk company ID. |
update_companyUpdate a company. List fields replace the existing Folk list value when provided. | Update a company. List fields replace the existing Folk list value when provided. |
custom_api_callMake a custom API call to the Folk CRM API. | Make a custom API call to the Folk CRM API. |
Triggers
| Name | Description |
|---|---|
person_createdTriggers when a person is created in Folk CRM. | Triggers when a person is created in Folk CRM. |
person_updatedTriggers when a person is updated in Folk CRM. | Triggers when a person is updated in Folk CRM. |
person_deletedTriggers when a person is deleted in Folk CRM. | Triggers when a person is deleted in Folk CRM. |
company_createdTriggers when a company is created in Folk CRM. | Triggers when a company is created in Folk CRM. |
company_updatedTriggers when a company is updated in Folk CRM. | Triggers when a company is updated in Folk CRM. |
company_deletedTriggers when a company is deleted in Folk CRM. | Triggers when a company is deleted in Folk CRM. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('folk-crm', 'create_person', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'folk-crm',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Folk CRM to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Folk CRM support?
Folk CRM supports 9 tools including Create Person, Find Person, Get Person, Update Person, Create Company, and more.
Can I use Folk CRM with AI agents?
Yes. Add Folk CRM to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Folk CRM to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Folk CRM as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Folk CRM tools exposed by that workspace.
Does Folk CRM work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Folk CRM work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Folk CRM?
Folk CRM exposes 9 tools, including Create Person, Find Person, Get Person, Update Person, Create Company, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Folk CRM be used in stateful agent workflows?
Yes. Agents can combine Folk CRM tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Folk CRM use?
Folk CRM uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Folk CRM integration cost?
The Folk CRM integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Folk CRM support?
Folk CRM supports 6 triggers including Person Created, Person Updated, Person Deleted, Company Created, Company Updated, and more.
Connect Folk CRM in minutes
Get 20,000 free action executions every month. No credit card required.