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 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-evolution-api

v0.2.72

Published

Api não oficial do WhatsApp

Downloads

251,359

Readme

Segue a lista das funções relacionadas:

O nó "Criar Instância", assim como proprio nome já diz, cria uma nova instância na Evolution API. Você pode configurar o Nome da Instância, escolher a API Key e o Número para geração do "pairingCode", e ainda ajustar diversas opções adicionais, como Comportamento, Proxy, Webhook, RabbitMQ, e a integração com Chatwoot. Essa flexibilidade permite que à criação da instância seja adaptada a diferentes cenários e necessidades.

Obs: Esta função funciona apenas se estiver usando a Global API Key nas credenciais da Evolution API. ApiKey de instancia não tem poder para criar novas instancias.

| Campo | Descrição | Obrigatório | |----------|----------|----------| | Nome Da Instância | Nome que será atribuido a instancia | ✅ | | Apikey Para Instancia | ApiKey (token) que será utilizado para consumir api desta instancia | ❌ | | Número Do WhatsApp | Numero que será utilizado para se conectar na instancia, usado para gerar o "pairingCode" | ❌ | | Opções | Configurações e Integrações que podem ser adicionadas a instancia no momento de sua crição | ❌ |

Como já descrito, existe o campo de Opções, do qual você pode adicionar novas integrações a sua instancia, veja abaixo mais detalhes sobre cada opção:

| Campo | Descrição | Obrigatório | |----------|----------|----------| | Rejeitar Ligações | Rejeitar automaticamente todas as ligações recebidas no Whatsapp | ❌ | | Mensagem Ao Rejeitar | Mensagem que será enviada automaticamente após rejeitar uma ligação | ❌ | | Ignorar Grupos | Não receber as mensagens de grupos na API | ❌ | | Sempre Online | Deixar o Status sempre como Online | ❌ | | Ler Mensagens | Todas as mensagens serão marcadas como lidas automaticamente, assim que recebidas | ❌ | | Ler Status | Os Status dos contatos salvos irão chegar na API | ❌ | | Sincronizar Histórico | Sincronizar todo o histórico de mensagens na API | ❌ |

| Campo | Descrição | Obrigatório | |----------|----------|----------| | Host do Proxy | Endereço ip/url do Proxy | ✅ | | Porta Do Proxy | Porta do seu Proxy | ✅ | | Protocolo Do Proxy | Protocolo Http (para IP ou URL sem SSL) ou Https (para URL com SSL) | ✅ | | Usuário Do Proxy | Usuario do Proxy | ✅ | | Senha Do Proxy | Senha do Proxy | ✅ |

| Campo | Descrição | Obrigatório | |----------|----------|----------| | Url Do Webhook | Url que será enviado os eventos da Evolution API | ✅ | | Webhook Por Eventos | Cria uma rota para cada evento adicionando o nome do evento no final da URL | ✅ | | Base64 No Webhook | Envie os dados do base64 das mídias no webhook | ✅ | | Eventos | Eventos que vai disparar o webhook | ✅ |