← All n8n nodes
CRM

Twenty CRM n8n Node

Standard and custom object automation for Twenty CRM.

Twenty is an open-source CRM with a metadata-driven data model. This node connects n8n to standard and custom workspace objects, maps their fields dynamically, and receives signature-verified record events.

Published · v0.1.0n8n approval pendingMIT licensedCloud + self-hosted
Install

In n8n Cloud or self-hosted n8n, go to Settings → Community Nodes → Install and enter the package name. After approval, this node will ship with n8n and will no longer need to be added as an npm package:

@blackswampai/n8n-nodes-twentycrm

Why it works this way

Twenty workspaces can define custom objects and fields alongside the standard CRM model. The node reads that metadata at runtime, so n8n can present the fields that actually exist in the connected workspace instead of relying on a fixed schema.

Company, Person, Opportunity, Task, and Note have focused CRUD actions. A generic Record resource provides the same create, read, update, and delete surface for any active standard or custom object, while Schema Object exposes read-only metadata discovery.

The trigger accepts created, updated, and deleted record events, verifies Twenty's HMAC-SHA256 signature and signed timestamp, and can filter the stream to one object or accept events for all objects.

Supported resources and operations

ResourceOperations
CompanyCreate, Get, Get Many, Update, Delete
PersonCreate, Get, Get Many, Update, Delete
OpportunityCreate, Get, Get Many, Update, Delete
TaskCreate, Get, Get Many, Update, Delete
NoteCreate, Get, Get Many, Update, Delete
RecordCreate, Get, Get Many, Update, Delete
Schema ObjectGet, Get Many

Twenty CRM Trigger

Starts a workflow for record-created, record-updated, and record-deleted events. It verifies every event with the configured webhook secret and supports one selected standard or custom object, or all objects.

Want this running in your business?

We design, host, and monitor the workflows these nodes plug into. If Twenty is part of how your business runs, we can connect it to the rest of your systems.

Ask About Twenty CRM Automation