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

@dszp/n8n-nodes-yealinkymcs

v0.2.0

Published

n8n community node for the Yealink Management Cloud Service (YMCS) API

Readme

n8n-nodes-yealinkymcs

This is an n8n community node for the Yealink Management Cloud Service (YMCS) Open API V4X. It lets you manage Yealink VoIP phones and room devices directly from your n8n workflows, including provisioning, configuration, diagnostics, and firmware management.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install @dszp/n8n-nodes-yealinkymcs

Or install from the n8n GUI: Settings > Community Nodes > Install and enter @dszp/n8n-nodes-yealinkymcs.

Credentials

You need a Yealink YMCS enterprise account with API access enabled.

  1. Log into the Yealink YMCS portal
  2. Navigate to Enterprise Settings > API Service
  3. Copy the AccessKey ID (Client ID) and AccessKey Secret (Client Secret)
  4. In n8n, create a new Yealink YMCS API credential
  5. Select your Region (US, EU, or AU) and enter the Client ID and Client Secret

Note: Credential auto-validation is not available due to the Yealink API requiring legacy TLS renegotiation. After saving your credentials, test them by running a Device > Get Many operation.

Resources

This node supports 15 resources covering the full YMCS API:

| Resource | Operations | |----------|-----------| | Alarm | Get Many | | Configuration | Create, Delete, Get, Get Many, Push, Update (for Device, Site, and Group configs) | | Device | Create, Create Many, Delete, Delete Many, Get, Get Configuration, Get Many, Update | | Device Accessory | Get, Get Many, Restart, Factory Reset | | Device Account | Bind, Get Many, Unbind | | Device Control | Factory Reset, Restart | | Device Group | Add Devices, Create, Delete, Get Devices, Get Many, Remove Devices, Update | | Device Identification | Get ID | | Diagnosis | Capture Screenshot, Export Config, Export Syslog, Get Network Interfaces, Get Status, Ping, Start Packet Capture, Stop Packet Capture, Traceroute | | Firmware | Get Many Custom, Get Many Official, Push, Push Official | | Model | Get Many | | Operation Log | Get Many | | RPS | Create, Create Many, Create Server, Delete, Delete Server, Get Many, Get Servers, Update, Update Server | | SIP Account | Create, Delete, Get Many, Update | | Site | Create, Delete, Get, Get Many, Update |

Compatibility

  • Minimum n8n version: 1.0.0+
  • Node.js: 18+ (tested with Node 22 and 24)
  • Tested against Yealink YMCS API V4X (version 1.0.0)

Known Limitations

  • The Yealink API servers require legacy TLS renegotiation (SSL_OP_LEGACY_SERVER_CONNECT), which is handled automatically by this node using a custom HTTPS agent. This means credential validation on save is not supported.
  • Diagnosis operations (packet capture, ping, traceroute, etc.) return a diagnosisId. Poll the Get Status operation in your workflow to check for completion.
  • The Yealink API misspells "official" as "offical" in firmware endpoints. The node matches the API spelling internally but uses the correct spelling in the UI.

API Documentation

License

MIT

Author

David Szpunar - GitHub