Skip to main content

API updates, fixes and improvements

folk API improvements and additions

folk MCP tools update

We’ve added a new set of tools for managing your contacts and workspace, including:

Add gender support to people entity

  • Allowing to filter and edit gender from the api

Folk remote MCP server in open beta

The folk remote MCP server is now available in open beta. You can connect and test it today — it exposes all the operations already available in the REST API, so you can manage your workspace from AI assistants with the same capabilities as the API.

Fix clearing birthday field

  • Clearing the ‘birthday’ field of a person is now possible by passing null or an empty string.

Notes search and date filters

  • Add query parameter to List notes to search notes by full-text content.
  • Add createdAfter and createdBefore parameters to List notes to filter notes by creation date.

Interactions endpoints

Add support for listing, retrieving, updating, and deleting interactions in the API. Past and upcoming interactions can be listed for a person, company, or object, and logged interactions can be updated or deleted.

magicField custom field type deprecated

  • The magicField custom field type has been deprecated and existing fields have been migrated to textField with AI settings.

Add new all filter to people, companies and deals

  • Add all filter on multi reference fields to get entities matching all listed references.

Add new fields to companies

  • Add fundingRaised, lastFundingDate, industry, foundationYear and employeeRange, with filtering capabilities.

Webhooks endpoints

Add support for webhooks in the API, allowing you to retrieve, create, update, and delete webhooks within your workspace.

Notes endpoint

  • Add support for notes created by assistants
  • Fix issue with notes created by users that are no longer part of the workspace

Add createdAt and createdBy fields to people, companies, deals, notes and reminders

  • Add createdAt and createdBy fields to people, companies and deals, with filtering capabilities.
  • Add createdAt field to notes.
  • Add createdAt and createdBy fields to reminders.

Interaction endpoint

Add endpoint to create interactions on people and companies.

Notes endpoints

Add support for notes in the API, allowing you to retrieve, create, update, and delete notes within your workspace.

Reminders endpoints

Add support for reminders in the API, allowing you to retrieve, create, update, and delete reminders within your workspace.

Deal management endpoints

Add support for deals in the API, allowing you to create, update, retrieve, and delete deals within your workspace.

Deal field support in contact custom fields

Add support for deals in contact custom field values. You can now retrieve, updated deals, and filter contacts by the deal custom fields.

Delete people and companies

Introduced new endpoints that allow you to delete people and companies from your workspace.

Listing and filtering of people and companies

Introduced new endpoints that allow you to list all people and companies in your workspace, with filtering capabilities.

Added companies endpoints

Introduced the following company endpoints:

Initial release of the API.

The public API is available at https://api.folk.app with the following endpoints: