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
Maintainers
Keywords
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:
- Log in to your SyncX instance (e.g.
https://app.syncx.dev) - Go to Integrations → API Keys
- 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-syncxin the nodes panel.
Self-hosted n8n
# Navigate to your n8n custom nodes directory
cd ~/.n8n/nodes
# Install the package
npm install n8n-nodes-syncxRestart n8n after installation.
Compatibility
- n8n version
0.198.0or later - Node.js version
18.10or later
Usage
Action — Create or Update Lead
- Add a SyncX node to your workflow
- Select Create or Update Lead
- Pick a Smartsheet, Pipeline, and enter a Phone Number (required)
- Fill in any optional fields (name, email, stage, agents, teams, etc.)
- For custom smartsheet columns, use the Extra Smartsheet Columns section — column names load from the selected smartsheet
Trigger — Lead Stage Updated
- Add a SyncX Trigger node as the first node in your workflow
- Select your Smartsheet, Pipeline, and one or more Stages to watch
- Activate the workflow — n8n will automatically register a webhook with SyncX
- When a lead moves to one of the watched stages, SyncX will send the event to n8n and the workflow will run
- Deactivating the workflow automatically unregisters the webhook from SyncX
