Folk CRM

Folk CRM

CRM for managing people, companies, and relationships

9 actions
6 triggers

Actions

Name
create_person

Create a person in Folk CRM.

find_person

Find people by name, email, company, group, or pagination cursor.

get_person

Get a person by Folk person ID.

update_person

Update a person. List fields replace the existing Folk list value when provided.

create_company

Create a company in Folk CRM. If the name already exists, Folk returns the existing company.

find_company

Find companies by name, email, group, or pagination cursor.

get_company

Get a company by Folk company ID.

update_company

Update a company. List fields replace the existing Folk list value when provided.

custom_api_call

Make a custom API call to the Folk CRM API.

Triggers

Name
person_created

Triggers when a person is created in Folk CRM.

person_updated

Triggers when a person is updated in Folk CRM.

person_deleted

Triggers when a person is deleted in Folk CRM.

company_created

Triggers when a company is created in Folk CRM.

company_updated

Triggers when a company is updated in Folk CRM.

company_deleted

Triggers when a company is deleted in Folk CRM.

Quick Start

TypeScript
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.