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

v0.3.10

Published

Nodo de n8n para integrar con Cloudbeds PMS - Sistema de gestión hotelera | Desarrollado por Calma Celesti

Readme

n8n-nodes-cloudbeds

Este paquete contiene un nodo de n8n para integrarse con la API de Cloudbeds - el sistema de gestión hotelera (PMS) líder en la industria.

Cloudbeds es una plataforma de gestión hotelera todo-en-uno que ayuda a hoteles, hostels y propiedades de alquiler a gestionar reservas, huéspedes, habitaciones y más.

Instalación

En n8n (Community Nodes)

  1. Ve a SettingsCommunity Nodes
  2. Selecciona Install
  3. Ingresa n8n-nodes-cloudbeds
  4. Acepta los riesgos y haz clic en Install

Manual

cd ~/.n8n/nodes
npm install n8n-nodes-cloudbeds

Reinicia n8n después de la instalación.

Credenciales

Este nodo soporta dos métodos de autenticación:

API Key

  1. Inicia sesión en tu cuenta de Cloudbeds
  2. Ve a SettingsAPIAPI Credentials
  3. Genera una nueva API Key
  4. Copia la API Key y pégala en las credenciales de n8n

OAuth2

  1. Registra tu aplicación en el portal de desarrolladores de Cloudbeds
  2. Obtén el Client ID y Client Secret
  3. Configura las credenciales OAuth2 en n8n

Recursos y Operaciones

📅 Reservation (Reservas)

| Operación | Descripción | |-----------|-------------| | Get | Obtener una reserva por ID | | Get Many | Listar reservas con filtros | | Create | Crear nueva reserva | | Update | Actualizar reserva | | Cancel | Cancelar reserva |

👤 Guest (Huéspedes)

| Operación | Descripción | |-----------|-------------| | Get | Obtener huésped por ID | | Get Many | Listar huéspedes | | Create | Crear nuevo huésped | | Update | Actualizar huésped |

🛏️ Room (Habitaciones)

| Operación | Descripción | |-----------|-------------| | Get Many | Listar habitaciones | | Get Availability | Ver disponibilidad | | Update Status | Cambiar estado | | Assign to Reservation | Asignar a reserva | | Unassign from Reservation | Desasignar de reserva |

🏨 Property (Propiedad)

| Operación | Descripción | |-----------|-------------| | Get | Obtener info de propiedad | | Get Many | Listar propiedades |

🧹 Housekeeping (Limpieza)

| Operación | Descripción | |-----------|-------------| | Get Status | Ver estado de limpieza | | Update Status | Actualizar estado | | Get Assignments | Ver asignaciones |

➕ Addon (Extras)

| Operación | Descripción | |-----------|-------------| | Get Many | Listar addons | | Add to Reservation | Agregar a reserva |

📦 Item (Inventario)

| Operación | Descripción | |-----------|-------------| | Get Many | Listar artículos | | Adjust | Ajustar cantidad |

📅 Event (Eventos)

| Operación | Descripción | |-----------|-------------| | Create | Crear evento |

🔐 Door Lock (Cerraduras)

| Operación | Descripción | |-----------|-------------| | Create Key | Crear llave digital | | Get Keys | Listar llaves | | Update Key | Actualizar llave | | Delete Key | Eliminar llave | | Delete Multiple Keys | Eliminar múltiples llaves | | Get Settings | Obtener configuración | | Upsert Settings | Crear/actualizar config | | Delete Settings | Eliminar configuración |

📊 Market Segmentation

| Operación | Descripción | |-----------|-------------| | Get Many | Listar segmentos |

🔗 Integration Event

| Operación | Descripción | |-----------|-------------| | Create | Crear evento de integración |

Ejemplo de Uso

Obtener reservas del día

  1. Agrega el nodo Cloudbeds
  2. Selecciona recurso: Reservation
  3. Selecciona operación: Get Many
  4. Configura filtros de fecha

Automatizar check-in

Webhook → Cloudbeds (Get Reservation) → Cloudbeds (Assign Room) → Email

Compatibilidad

  • n8n versión: 1.0.0 o superior
  • API de Cloudbeds: v1.3

Documentación

Autor

Kleyver Benitez - Calma Celesti

🌙 Calma Celesti - Automatización Hotelera Inteligente

Licencia

MIT

Contribuir

Las contribuciones son bienvenidas. Por favor, abre un issue o pull request en el repositorio de GitHub.


¿Problemas o sugerencias? Abre un issue en GitHub