Actions58
- Acesso - Credenciais
- Canais - Listar
- Contato - Adicionar Etiqueta
- Contato - Adicionar Informações
- Contato - Consultar
- Contato - Editar Perfil
- Contato - Encaminhar
- Contato - Importar
- Contato - Listar Protocolos
- Contato - Listar Todos
- Contato - Mensagem - Enviar
- Contato - Mensagem - Enviar Imagem + Legenda
- Contato - Pesquisar
- Contato - Remover Etiqueta
- Contato - Status De WhatsApp
- Etiquetas - Listar Todos
- Extra - Cep - Pesquisar
- Extra - Cnpj - Pesquisar
- Extra - Coordenadas - Pesquisar
- Extra - Cpf - Pesquisar
- Extra - CSV - Formatar
- Extra - Nome - Pesquisar
- Extra - Titularidade - Pesquisar
- Extra - Transcrição - Documentos
- Extra - Transcrição - Imagem EN
- Extra - Transcrição - Imagem PT
- Grupos - Adicionar Contato
- Grupos - Listar Contatos
- Grupos - Listar Todos
- Grupos - Remover Contato
- Grupos - WhatsApp - Histórico
- Grupos - WhatsApp - Listar
- Grupos - WhatsApp - Membros
- Marketing - Campanha - Listar
- Marketing - Campanha - Resumo
- Marketing - Mensagem - Enviar
- Marketing - Mensagem - Listar
- Marketing - Mensagem - Status
- Produto - Categoria - Listar
- Produto - Listar
- Protocolo - Consultar
- Protocolo - Encaminhar - Recado
- Protocolo - Finalizar
- Protocolo - Listar - Todos
- Protocolo - Mensagem - Enviar
- Protocolo - Mensagem - Listar
- Protocolo - Observações - Adicionar
- Protocolo - Observações - Listar
- Protocolo - Pesquisar
- Recados - Listar - Todos
- Recados - Pesquisar
- Setor - Listar - Todos
- Templates - Listar - Todos
- Usuário - Agenda - Listar
- Usuário - Carteira - Adicionar
- Usuário - Carteira - Listar
- Usuário - Carteira - Remover
- Usuário - Listar - Todos
Overview
This node integrates with a WhatsApp-based customer relationship platform called "Relacio." It provides various operations to interact with contacts, messages, protocols, campaigns, groups, and other related entities within the platform. The specific operation "Recados - Listar - Todos" (List All Inbox Messages) retrieves all inbox messages or notes ("recados") from the system.
Common scenarios for this node include:
- Fetching all incoming messages or notes for processing or monitoring.
- Automating workflows based on received WhatsApp messages.
- Integrating WhatsApp communication data into other systems or dashboards.
For example, a user might use this node to list all inbox messages on a given page to analyze customer inquiries or automate responses.
Properties
Name | Meaning |
---|---|
Número Da Página | The page number of results to fetch when listing all inbox messages. Must be 1 or higher. |
Output
The node outputs JSON data representing the list of inbox messages retrieved from the platform. Each item in the output corresponds to an individual message or note in the inbox.
If the node supports binary data output (not explicitly shown here), it would typically represent media attachments or files associated with messages.
Dependencies
- Requires an API key credential to authenticate with the Relacio WhatsApp platform.
- The node depends on the external Relacio API service to perform actions such as fetching inbox messages.
- Proper configuration of the API credentials in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Requesting a page number less than 1 may result in errors or empty results.
- Network connectivity problems can prevent access to the external API.
Error messages:
- Authentication errors typically indicate invalid or expired API keys; reconfigure credentials.
- Pagination errors may occur if the page parameter is out of range; ensure the page number is valid.
- Timeout or connection errors suggest network issues; verify internet access and API availability.
Links and References
- Relacio WhatsApp Platform Documentation (example placeholder link)
- n8n documentation on API Credentials
- General information on WhatsApp Business API integrations