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

v1.0.37

Published

Custom API node for Synca using n8n with CRUD operations

Readme

n8n-nodes-synca

This is an n8n community node that enables Synca N8N users to connect with third-party providers that don't have dedicated n8n nodes yet.

n8n is a fair-code licensed workflow automation platform.

Synca N8N is a SaaS platform that provides unified access to various third-party APIs and services through a single interface, making it easy to integrate with providers that lack native n8n support.

Installation

Follow the installation guide in the n8n community nodes documentation.

Community Nodes (Recommended)

For users on n8n v0.187.0 or above:

  1. Go to Settings > Community Nodes
  2. Select Install
  3. Enter n8n-nodes-synca in Enter npm package name
  4. Agree to the risks of using community nodes
  5. Select Install

After installation, the Synca node will be available in your n8n instance.

Manual Installation

To install manually, navigate to your n8n installation directory and run:

npm install n8n-nodes-synca

Prerequisites

Before using this node, you need:

  1. A Synca N8N account
  2. API credentials from your Synca N8N dashboard

Credentials

To connect the Synca node to your account:

  1. Create a new credential in n8n
  2. Select Synca API from the credentials list
  3. Enter your Synca API Key (found in your Synca N8N dashboard)
  4. Optionally configure the API endpoint if using a custom instance

Operations

The Synca node provides access to various third-party providers through a unified interface. Available operations depend on the providers you've configured in your Synca N8N account.

Common Operations

  • Make API Request: Execute custom API requests to configured third-party providers
  • Get Data: Retrieve data from integrated services
  • Send Data: Send data to integrated services
  • List Resources: List available resources from connected providers

Usage

Basic Example

  1. Add the Synca node to your workflow
  2. Select your Synca API credentials
  3. Choose the third-party provider you want to connect with
  4. Select the desired operation
  5. Configure the operation parameters
  6. Execute the workflow

Example Workflow

Trigger → Synca Node → Process Data → Output

The Synca node acts as a bridge between n8n and third-party services, allowing you to:

  • Access APIs without native n8n nodes
  • Maintain centralized credential management through Synca
  • Leverage pre-configured integrations
  • Reduce development time for custom integrations

Compatibility

  • Minimum n8n version: 0.187.0
  • Tested with n8n versions: 0.187.0+

Resources

Support

For issues related to:

  • The node itself: Open an issue on NPM

Version History

1.0.0 (Current)

  • Initial release
  • Support for multiple third-party provider integrations
  • Basic CRUD operations
  • Credential management

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About Synca N8N

Synca N8N is the next generation of the Synca platform, specifically designed to enhance n8n workflows by providing seamless access to third-party APIs and services. It simplifies the integration process by offering a unified interface for services that don't have dedicated n8n nodes.


Note: This is a community-maintained node. For the best experience, ensure you're using the latest version of both n8n and the Synca node.