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

v0.2.5

Published

Native n8n node for MBKChat

Readme

n8n-nodes-mbkchat

Este é um nó n8n para conectar ao MBKChat (MbkChat).

Instalação

Para instalar este nó na sua instalação do n8n, verifique se você tem Node.js e npm instalados.

  1. Compilar o projeto: Abra um terminal neste diretório (n8n-nodes-mbkchat) e execute:

    npm install
    npm run build
  2. Vincular o pacote: Pode ser vinculado localmente:

    npm link
  3. Instalar no n8n: Vá para o diretório de configuração do n8n (geralmente ~/.n8n ou %USERPROFILE%\.n8n) e execute:

    npm link n8n-nodes-mbkchat
  4. Reiniciar o n8n: Reinicie seu servidor n8n. Você deverá ver "MBKChat" na lista de nós.

Credenciais

Você precisará criar uma nova Credencial do tipo "MBKChat API" no n8n.

  • Base URL: A URL onde seu MBKChat está rodando (ex: https://mbkchat.com.br).
  • Token: Seu token de usuário ou token de administrador.

Operações

Sessão

  • Connect: Conecta ao WhatsApp (pode se inscrever em eventos).
  • Disconnect: Desconecta mas mantém a sessão.
  • Logout: Faz logout e deleta a sessão.
  • Status: Verifica o status da conexão.
  • Get QR: Retorna o QR Code em base64.

Chat

  • Send Text: Envia mensagens de texto simples.
  • Send Image: Envia imagem a partir de string Base64.
  • Send Video: Envia vídeo a partir de string Base64.
  • Send Audio: Envia áudio a partir de string Base64.
  • Send Document: Envia documento a partir de string Base64.
  • Send Sticker: Envia sticker (formato WebP, Base64).
  • Send Location: Envia localização com coordenadas.
  • Send Contact: Envia contato em formato VCARD.
  • Send Poll: Envia enquete para um grupo.

Usuário

  • Check: Verifica se os números estão registrados no WhatsApp.
  • Info: Obtém informações detalhadas do usuário.

Grupo

  • List: Lista todos os grupos inscritos.

Publicando nos Nós da Comunidade n8n

Para disponibilizar este nó para todos:

  1. Registrar no npm: Crie uma conta em npmjs.com.
  2. Login: Execute npm login no seu terminal.
  3. Publicar: Execute npm publish --access public.

Uma vez publicado, ele eventualmente aparecerá na lista de nós da comunidade do n8n (pode levar algum tempo para ser indexado).

Licença

MIT