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 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-kanban-pro

v1.1.51

Published

n8n node for Chatwoot Kanban API - Complete integration with Funnels, Kanban Items, Agents, Checklists and Scheduled Messages

Readme

n8n-nodes-kanban-pro

Este é um n8n community node que permite integração completa com a API Chatwoot Kanban.

n8n é uma plataforma de automação de fluxo de trabalho fair-code que permite conectar qualquer coisa a tudo.

Funcionalidades

Este node fornece acesso completo a todas as funcionalidades da API Chatwoot Kanban:

📊 Funnels (6 operações)

  • Listar todos os funis
  • Criar novo funil
  • Obter detalhes de funil
  • Atualizar funil
  • Excluir funil
  • Obter estatísticas por etapa

📋 Kanban Items (14 operações)

  • Listar itens (com paginação e filtros)
  • Criar, atualizar e excluir itens
  • Mover itens entre funis/etapas
  • Mudar status (won/lost/open)
  • Reordenar itens
  • Relatórios de tempo
  • Operações em massa (mover, definir prioridade)
  • Debug de itens

👥 Agentes (4 operações)

  • Atribuir/remover agente
  • Listar agentes atribuídos
  • Atribuição em massa

✅ Checklist (5 operações)

  • Criar itens de checklist
  • Duplicar checklist
  • Buscar no checklist
  • Atribuir/remover agentes de itens do checklist

📝 Notas (1 operação)

  • Criar notas em itens

⏰ Mensagens Agendadas (4 operações)

  • CRUD completo de mensagens agendadas

Total: 34 operações em 25+ endpoints

Instalação

Via n8n Community Nodes

  1. Acesse Settings > Community Nodes
  2. Clique em Install
  3. Digite n8n-nodes-kanban-pro
  4. Clique em Install

Via NPM

npm install n8n-nodes-kanban-pro

Configuração

Credenciais

Para usar este node, você precisa configurar as credenciais:

  1. Chatwoot URL: URL completa do seu Chatwoot (ex: https://chat.minhaempresa.com)
    • ⚠️ Não inclua /api/v1 no final
  2. API Access Token: Token de acesso da API Chatwoot Kanban

Como obter o API Access Token

  1. Acesse seu Chatwoot
  2. Vá em Settings > Integrations > API
  3. Copie seu Access Token

Uso

Exemplo: Listar Funnels

  1. Adicione o node Kanban-Pro ao seu workflow
  2. Selecione Resource: Funnel
  3. Selecione Operation: Get All
  4. Informe o Account ID
  5. Execute o node

Exemplo: Criar Kanban Item

  1. Adicione o node Kanban-Pro ao seu workflow
  2. Selecione Resource: Kanban Item
  3. Selecione Operation: Create
  4. Preencha os campos obrigatórios:
    • Account ID
    • Funnel ID
    • Stage ID
    • Title
  5. Execute o node

Recursos

Desenvolvimento

Pré-requisitos

  • Node.js >= 16.x
  • npm >= 8.x

Setup

# Clone o repositório
git clone https://github.com/seu-usuario/n8n-nodes-kanban-pro.git
cd n8n-nodes-kanban-pro

# Instale as dependências
npm install

# Build
npm run build

# Desenvolvimento com watch
npm run dev

Estrutura do Projeto

n8n-nodes-kanban-pro/
├── credentials/
│   └── KanbanProApi.credentials.ts
├── nodes/
│   └── KanbanPro/
│       ├── KanbanPro.node.ts
│       └── kanban-pro.svg
├── package.json
├── tsconfig.json
└── README.md

Licença

MIT

Suporte

Para reportar bugs ou solicitar funcionalidades, abra uma issue no GitHub.

Contribuindo

Contribuições são bem-vindas! Por favor, leia o guia de contribuição antes de submeter um PR.