Actions45
- Evento Actions
- Criar Evento De Acesso Concedido
- Criar Evento De Aguardando Pagamento
- Criar Evento De Boleto Impresso
- Criar Evento De Carrinho Abandonado
- Criar Evento De Nota Nps
- Criar Evento De Pacote Aguardando Retirada
- Criar Evento De Pacote Saiu Para Entrega
- Criar Evento De Pedido Cancelado
- Criar Evento De Pedido Despachado
- Criar Evento De Pedido Entregue
- Criar Evento De Pedido Estornado
- Criar Evento De Pedido Pago
- Criar Evento De Pedido Processando
- Criar Evento De Pesquisa Nps
- Criar Evento De Progresso De Envio
- Criar Evento De Redefinicao De Senha
- Gerenciamento Da Conta Actions
- Grupo De Variável Customizada Actions
- Integração Actions
- Lead Actions
- Lista De Lead Actions
- Variável Customizada Actions
Overview
The node is designed to retrieve a custom variable by its unique identifier. This operation is useful when you need to fetch detailed information about a specific custom variable within an organization or system, such as for auditing, reporting, or further processing in workflows.
Practical examples include:
- Fetching a custom variable's details to display or log them.
- Using the retrieved variable data to make decisions or trigger other actions in an automation workflow.
- Including additional related information like the organization, author, last editor, or variable group associated with the custom variable.
Properties
| Name | Meaning |
|---|---|
| ID Da Variável Customizada | The unique identifier of the custom variable to retrieve. |
| Parâmetros Adicionais | Optional parameters to include additional related data in the response. Options: Organização, Autor, Última Edição Por, Grupo De Variáveis |
Output
The output will contain a JSON object representing the custom variable identified by the provided ID. If any optional parameters are selected, the output will also include related information such as the organization it belongs to, the author who created it, the user who last edited it, and the variable group it is part of.
No binary data output is indicated.
Dependencies
- Requires access to an API or service that manages custom variables.
- Needs appropriate authentication credentials (e.g., an API key or token) configured in n8n to authorize requests.
- The node depends on the external description file (
NI.description) for its metadata but does not show direct API call implementation in the bundled code snippet.
Troubleshooting
- Issue: Invalid or missing custom variable ID.
- Resolution: Ensure the "ID Da Variável Customizada" property is correctly set with a valid identifier.
- Issue: Insufficient permissions or invalid API credentials.
- Resolution: Verify that the API key or authentication token has the necessary rights to read custom variables.
- Issue: Network or connectivity problems.
- Resolution: Check network settings and ensure the API endpoint is reachable.
- Error Messages: Likely errors include "Not Found" if the ID does not exist, or "Unauthorized" if credentials are invalid. Address these by verifying input values and credentials.
Links and References
- No direct links available from the source code.
- For more information, consult the API documentation of the service managing custom variables or the n8n community forums for similar node usage examples.