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

v0.1.4

Published

KIO Symphonia nodes for n8n

Downloads

41

Readme

Banner de KIO

n8n-nodes-symphonia

n8n-nodes-symphonia

Este es un nodo de comunidad para n8n que facilita la integración segura y directa con los servicios y webhooks de SymphonIA (KIO).

El nodo actúa como un cliente HTTP altamente flexible con la ventaja principal de manejar la autenticación y la construcción de URLs de forma automática. Esto permite mantener tus API Keys seguras y simplifica la creación de flujos.


Características Principales

  • Autenticación Segura: Inyección automática de tu API Key en las cabeceras de cada petición a través del gestor de credenciales de n8n.
  • Enrutamiento Simplificado: Construcción automática de la URL final específica de tu flujo.
  • Flexibilidad HTTP: Soporte para métodos GET y POST.
  • Cargas Útiles Dinámicas: Interfaz intuitiva para enviar datos en el cuerpo de la petición mediante JSON (Key-Value), Form-UrlEncoded o texto Raw.

Instalación en n8n

Puedes instalar este nodo directamente desde la interfaz gráfica de tu instancia de n8n:

  1. Ve a Settings (Configuración) en el menú lateral izquierdo.
  2. Selecciona Community Nodes.
  3. Haz clic en Install.
  4. Ingresa el nombre exacto del paquete: n8n-nodes-symphonia
  5. Marca la casilla de aceptación y haz clic en Install.

Configuración de Credenciales

Para que el nodo funcione:

  1. Agrega el nodo KIO SymphonIA a tu lienzo de trabajo en n8n.
  2. En el apartado de credenciales, selecciona Create New Credential.
  3. API Key: Pega la clave de acceso proporcionada por el equipo de KIO.
  4. Guarda la credencial para comenzar a hacer peticiones.

Cómo usar el nodo

El uso está diseñado para ser directo y sin código:

  1. Method: Selecciona si vas a obtener datos (GET) o enviar datos (POST).
  2. Webhook ID: Escribe el identificador único del endpoint al que deseas apuntar.
  3. Send Body: Si usas POST, activa esta opción para desplegar el constructor del payload y envía tus variables dinámicas usando las expresiones estándar de n8n (ej. {{ $json.mi_variable }}).

Compatibilidad

  • Compatible con versiones de n8n 1.x o superiores.
  • Desarrollado bajo los estándares de la comunidad de n8n.

Licencia

MIT