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

v0.2.0

Published

n8n community node para a API de WhatsApp da Visto Azul: enviar texto, midia, cobranca PIX, campanhas em massa, contatos, grupos e receber mensagens por webhook.

Readme

n8n-nodes-vistoazul

Node community do n8n para a API de WhatsApp da Visto Azul. Envie texto, mídia, cobrança PIX, dispare campanhas com anti-ban, gerencie contatos e receba mensagens por webhook para acionar seus fluxos e agentes de IA.

Sem taxa por mensagem da Meta, com PIX nativo e anti-ban de fábrica. A API REST é o core: plugue no n8n em minutos.

Palavras-chave: WhatsApp API, n8n, automação de WhatsApp, chatbot WhatsApp, PIX no WhatsApp, webhook WhatsApp, API WhatsApp Brasil.


Instalação

No n8n (self-hosted), vá em Settings → Community Nodes → Install e informe:

n8n-nodes-vistoazul

Ou via npm, na pasta de custom nodes do n8n:

npm install n8n-nodes-vistoazul

Credencial

Crie uma credencial Visto Azul API:

  1. Crie sua conta em https://dashboard.vistoazul.com.br
  2. Conecte seu número lendo o QR code (em Instâncias)
  3. Copie sua API key e cole no campo API Key da credencial

O node usa Authorization: Bearer SUA_API_KEY. O campo Base URL já vem preenchido (https://dashboard.vistoazul.com.br/api/v1).

Nós incluídos

Visto Azul (ação)

| Recurso | Operações | |---|---| | Mensagem | Enviar Texto · Enviar Mídia · Enviar PIX · Enviar Enquete | | Contato | Criar/Atualizar · Listar (por tag) · Importar | | Campanha | Criar (disparo em massa com anti-ban) · Status | | Instância | Listar · Criar (devolve QR code) | | Chat | Checar Números (quem tem WhatsApp) | | Grupo | Criar |

Visto Azul Trigger (gatilho)

Recebe cada mensagem do WhatsApp como um evento no n8n. Ao ativar o workflow, o node registra o webhook automaticamente na sua instância; ao desativar, ele limpa. Basta informar o nome da Instância. Ideal para chatbots e agentes de IA (ex.: responder com um modelo de linguagem).

Exemplo de uso

  1. Visto Azul Trigger → recebe a mensagem
  2. Um nó de IA (ex.: um modelo de linguagem) gera a resposta
  3. Visto Azul → Mensagem → Enviar Texto → responde no WhatsApp

Boas práticas (anti-ban)

  • Aguarde de 3 a 5 segundos entre chamadas sequenciais.
  • Personalize e varie o texto. Para volume, use Campanha (já traz rotação e delays).
  • Valide números com Chat → Checar Números antes de disparar.

Links

  • 🌐 Site: https://vistoazul.com.br
  • 📚 Documentação: https://vistoazul.com.br/docs
  • 🧩 Skill para Claude / agentes: https://github.com/useideia/claude-whatsapp-skill

Licença

MIT