npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-twenty-pro

v0.2.1

Published

Comprehensive n8n community node for Twenty CRM with 32 resource nodes + 32 trigger nodes

Readme

n8n-nodes-twenty-pro

Comprehensive n8n community node for Twenty CRM — open-source CRM.

13 action nodes + 13 trigger nodes for complete Twenty CRM integration.

Features

  • 13 resource-specific nodes — Person, Company, Opportunity, Note, Task, CalendarEvent, Message, Attachment, Workflow, View, Webhook, ApiKey, CustomObject
  • 13 webhook trigger nodes — one per resource (record created/updated/deleted)
  • Dynamic schema discovery — custom objects/fields auto-detected
  • Complex field types — FullName, Links, Currency, Address, Emails, Phones
  • Full CRUD — Create, Get, Update, Delete, Get Many on every resource
  • Auto-retry — exponential backoff on rate limits and network errors
  • Record locator — search by name, paste URL, or enter ID

Installation

In n8n, go to Settings > Community Nodes > Install and enter:

n8n-nodes-twenty-pro

Configuration

  1. In Twenty CRM: Settings > Developers > API Keys > Create API Key
  2. In n8n: Add Twenty Pro API credential
  3. Enter: API Key (from step 1), Domain (your Twenty URL, e.g. https://app.twenty.com)

Important: Do NOT include /graphql or /rest in the domain.

Nodes

Action Nodes

| Node | Operations | Fields | |------|-----------|--------| | Twenty Person | Create, Get, Update, Delete, Get Many | First Name, Last Name, Email, Phone, Job Title, City, LinkedIn, X | | Twenty Company | Create, Get, Update, Delete, Get Many | Name, Domain, LinkedIn, X, Address (6 fields), Revenue, Employees | | Twenty Opportunity | Create, Get, Update, Delete, Get Many | Name, Amount, Stage, Close Date | | Twenty Note | Create, Get, Update, Delete, Get Many | Title, Content | | Twenty Task | Create, Get, Update, Delete, Get Many | Title, Due Date, Priority, Assignee ID | | Twenty Calendar Event | Create, Get, Update, Delete, Get Many | Title, Starts At, Ends At | | Twenty Message | Create, Get, Update, Delete, Get Many | Subject, Body | | Twenty Attachment | Create, Get, Update, Delete, Get Many | Name, MIME Type, Attachment URL | | Twenty Workflow | Create, Get, Update, Delete, Get Many | Name, Status, Trigger Type | | Twenty View | Create, Get, Update, Delete, Get Many | Name, Object Type | | Twenty Webhook | Create, Get, Update, Delete, Get Many | Target URL, Event Types | | Twenty API Key | Create, Get, Update, Delete, Get Many | Name, Expires At | | Twenty Custom Object | Create, Get, Update, Delete, Get Many | Dynamic (based on schema) |

Trigger Nodes

Every resource has a corresponding trigger node: Twenty [Resource] Trigger.

Events per trigger: Record Created / Record Updated / Record Deleted

API

Uses REST for all data operations. GraphQL only for schema introspection (custom field discovery).

  • Requires Twenty CRM v1.4.0+
  • Requires n8n v1.0.0+
  • Node.js 18.10+

Development

git clone <repo>
cd n8n-nodes-twenty-pro
npm install
npm run build

License

MIT