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 the "Relacio" WhatsApp Relationship Platform, providing various operations to manage contacts, messages, groups, protocols, and user wallets within the platform. Specifically, the operation Usuário - Carteira - Remover ("User - Wallet - Remove") allows removing a contact from an operator's wallet (a collection or list of contacts associated with a user/operator).
Common scenarios for this node include automating contact management workflows such as adding or removing contacts from user wallets, sending notifications or messages via WhatsApp, managing groups, and querying protocol or campaign data.
Practical example:
- Automatically remove a contact from an operator’s wallet when the contact is no longer relevant or has opted out, helping keep the operator’s contact list up to date without manual intervention.
Properties
Name | Meaning |
---|---|
ID Operador | The identifier of the operator (user) from whose wallet the contact will be removed. |
ID Contato | The identifier of the contact to be removed from the operator's wallet. |
These properties are required inputs for the Usuário - Carteira - Remover operation.
Output
The node outputs JSON data representing the result of the requested operation. For the "removeContactFromWallet" operation, the output typically confirms whether the removal was successful or provides details about the updated state of the operator's wallet.
No binary data output is indicated in the source code.
Dependencies
- Requires an API key credential to authenticate with the Relacio WhatsApp Relationship Platform.
- The node depends on the external Relacio platform API endpoints accessed through various action methods imported from
./actions
. - Proper configuration of the API credentials in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing operator or contact IDs may cause the removal operation to fail.
- Authentication errors if the API key credential is not set or invalid.
- Network or API endpoint unavailability can cause request failures.
Error messages and resolutions:
- Authentication failed: Verify that the API key credential is correctly configured and valid.
- Contact or operator not found: Check that the provided IDs exist and are correct.
- API request timeout or network error: Ensure network connectivity and that the Relacio platform API is reachable.
Links and References
- Relacio WhatsApp Platform Documentation (example placeholder link; replace with actual if available)
- n8n documentation on Creating Custom Nodes