Folk
Folk is a lightweight, relationship-focused CRM for people who build their business on relationships. Folk's public REST API (versioned by date, base https://api.folk.app/v1, Bearer API key auth) lets you programmatically manage people, companies, groups, deals and other custom objects, notes, reminders, and interactions, and subscribe to real-time changes through webhooks. API access is a paid-plan feature.
APIs
Folk People API
Create, retrieve, list, update, delete, and search people (contacts) - the core relationship records in Folk - including emails, phones, URLs, group membership, and custom field...
Folk Companies API
Create, retrieve, list, update, delete, and search companies - organization records that people can be associated with, with their own custom fields and group membership.
Folk Deals and Custom Objects API
Create, retrieve, list, update, delete, and search deals and other group-scoped custom objects, addressed as /v1/groups/{groupId}/{objectType}. Deals are the built-in pipeline o...
Folk Groups API
List the groups in a workspace and list the custom fields defined on a group for a given entity type (person, company, or object), so integrations can map values to the right gr...
Folk Notes API
Create, retrieve, list, update, and delete notes attached to people, companies, or objects to capture free-form context on a relationship.
Folk Reminders API
Create, retrieve, list, update, and delete reminders - dated follow-up tasks tied to contacts - so you never lose track of the next touchpoint.
Folk Interactions API
Record an interaction (such as an email, call, or meeting) against a contact to build up the relationship timeline programmatically.
Folk Users API
List the users (members) in a workspace, retrieve a user by ID, and get the current authenticated user (/v1/users/me) behind the API key.
Folk Webhooks API
Create, retrieve, list, update, and delete webhooks that subscribe to real-time change events (person, company, object, note, and reminder created / updated / deleted, plus remi...