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-syncx

v1.0.9

Published

SyncX is a no-code AI platform for sales and support that connects AI agents with business tools and workflows.

Downloads

108

Readme

n8n-nodes-syncx

This is an n8n community node for SyncX — a no-code AI platform for sales and support that connects AI agents with business tools and workflows.

n8n is a fair-code licensed workflow automation platform.


Nodes

SyncX (Action)

Interact with leads in SyncX.

Operations:

  • Create or Update Lead — Create a new lead or update an existing one in a smartsheet

SyncX Trigger

Start a workflow when something happens in SyncX.

Events:

  • Lead Stage Updated — Fires whenever a lead moves to a new pipeline stage (webhook-based)

Credentials

You need a Domain and an API Key from your SyncX account:

  1. Log in to your SyncX instance (e.g. https://app.syncx.dev)
  2. Go to Integrations → API Keys
  3. Copy your API key

In n8n, create a new SyncX API credential and fill in:

  • Domain — your SyncX base URL, e.g. https://app.syncx.dev
  • API Key — the key you copied above

Installation

n8n Cloud

Community nodes on n8n Cloud require verification. Once verified, search for n8n-nodes-syncx in the nodes panel.

Self-hosted n8n

# Navigate to your n8n custom nodes directory
cd ~/.n8n/nodes

# Install the package
npm install n8n-nodes-syncx

Restart n8n after installation.


Compatibility

  • n8n version 0.198.0 or later
  • Node.js version 18.10 or later

Usage

Action — Create or Update Lead

  1. Add a SyncX node to your workflow
  2. Select Create or Update Lead
  3. Pick a Smartsheet, Pipeline, and enter a Phone Number (required)
  4. Fill in any optional fields (name, email, stage, agents, teams, etc.)
  5. For custom smartsheet columns, use the Extra Smartsheet Columns section — column names load from the selected smartsheet

Trigger — Lead Stage Updated

  1. Add a SyncX Trigger node as the first node in your workflow
  2. Select your Smartsheet, Pipeline, and one or more Stages to watch
  3. Activate the workflow — n8n will automatically register a webhook with SyncX
  4. When a lead moves to one of the watched stages, SyncX will send the event to n8n and the workflow will run
  5. Deactivating the workflow automatically unregisters the webhook from SyncX

Resources


License

MIT