Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'folk-crm',
actionName: 'create_person',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Folk CRM support?
Folk CRM supports 9 actions 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 TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
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 1,000 free actions every month. No credit card required.