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" platform to interact with user wallets among many other operations. Specifically, the operation Usuário - Carteira - Listar ("User - Wallet - List") retrieves a paginated list of wallet entries associated with a given operator ID. This is useful for scenarios where you need to query and manage contacts or items stored in an operator's wallet on the Relacio platform.
Practical examples include:
- Fetching all contacts or items saved in a specific operator's wallet for further processing.
- Displaying wallet contents in dashboards or reports.
- Automating workflows that depend on wallet data, such as sending notifications or updating contact details.
Properties
Name | Meaning |
---|---|
ID do Operador | The unique identifier of the operator whose wallet contents you want to retrieve. |
Página | The page number of the wallet results to display; supports pagination starting from 1. |
Output
The node outputs JSON data representing the wallet entries for the specified operator and page. The structure typically includes an array of wallet items, each containing relevant details about contacts or entities stored in the wallet. The exact fields depend on the Relacio API response but generally include identifiers, names, and related metadata.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the Relacio platform.
- The node depends on the external Relacio API service to fetch wallet data.
- Proper configuration of the API credentials within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing operator ID will result in errors or empty responses.
- Pagination values less than 1 may cause unexpected behavior or errors.
- Network or authentication failures due to incorrect API credentials.
Error messages and resolutions:
- Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- "Operator not found" or similar: Confirm the operator ID is correct and exists in the Relacio system.
- Pagination errors: Ensure the page number is a positive integer starting at 1.
Links and References
- Relacio Platform Documentation (example placeholder link)
- n8n documentation on Creating Custom Nodes
- General API integration best practices in n8n: API Credentials