n8n-nodes-evozappgo
v0.1.21
Published
Node n8n para integração com EvozappGO
Maintainers
Readme
n8n-nodes-evozappgo
Community node for n8n that integrates with the EvozappGO API — WhatsApp messaging, groups, and CRM automation.
Features
- Mensagem — Send text, media (image/video/audio/document), contact (vCard), location, and Pix payment
- Opções de Mensagem — Download media, react with emoji, edit, or delete messages
- Grupo — Create, configure, and manage WhatsApp groups and participants
- CRM — Create, read, and update leads; validate WhatsApp numbers
Installation
In your n8n instance, go to Settings → Community Nodes → Install and enter:
n8n-nodes-evozappgoCredentials
After installation, create a new credential of type EvozappGO API:
| Field | Description |
|-----------|--------------------------------------------------|
| Base URL | Your EvozappGO API base URL (e.g. https://api.evozapp.com) |
| API Token | Your instance API token |
Resources & Operations
Mensagem
| Operation | Endpoint | |-----------------|--------------------| | Enviar Texto | POST /send/text | | Enviar Mídia | POST /send/media | | Enviar Contato | POST /send/contact | | Enviar Localização | POST /send/location | | Enviar Pix | POST /send/pix |
Opções de Mensagem
| Operation | Endpoint | |-----------|------------------------| | Download | POST /message/download | | Reagir | POST /message/react | | Editar | POST /message/edit | | Deletar | POST /message/delete |
Grupo
| Operation | Endpoint | |-------------------------|---------------------------------| | Criar | POST /group/create | | Informações | GET /group/info | | Link de Convite | GET /group/invite-link | | Adicionar Participantes | POST /group/add-participants | | Remover Participantes | POST /group/remove-participants | | Promover Participantes | POST /group/promote-participants| | Rebaixar Participantes | POST /group/demote-participants | | Atualizar Configurações | PUT /group/settings | | Atualizar Foto | PUT /group/picture | | Sair do Grupo | POST /group/leave |
CRM
| Operation | Endpoint | |----------------------|---------------------| | Criar Lead | POST /crm/lead | | Obter Lead | GET /crm/lead | | Atualizar Lead | PUT /crm/lead | | Validar Número | POST /crm/validate |
