Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node operation "Buscar Todas as Variáveis Customizadas" (Fetch All Custom Variables) is designed to retrieve a list of custom variables from a system or service. It allows users to fetch all available custom variables, optionally including additional related data such as organization details, author information, last editor, and variable group. This operation is useful in scenarios where you need to manage, audit, or utilize custom variables programmatically within workflows, for example, to dynamically adjust configurations or to synchronize variable data across systems.

Properties

Name Meaning
Parâmetros Adicionais Optional parameters to include extra related data in the request. Possible values: Organização, Autor, Última Edição Por, Grupo De Variáveis
Filtros Filters to narrow down the search results. Includes:
- Slug: filter by slug string
- Tipo: filter by type string
- Nome Do Grupo De Variáveis: filter by variable group name

Output

The output will be a JSON array containing the custom variables retrieved according to the specified filters and additional parameters. Each item in the array represents a custom variable object, potentially enriched with related data if requested via the "Parâmetros Adicionais" property. The exact structure depends on the external API or service but typically includes fields like variable identifier, name, type, associated group, author, and timestamps.

No binary data output is indicated for this operation.

Dependencies

  • Requires access to an external service or API that manages custom variables.
  • Needs appropriate API authentication credentials configured in n8n to authorize requests.
  • The node relies on the bundled description file (NI.description) for its metadata but does not show direct API call implementation here.

Troubleshooting

  • Empty Results: If no variables are returned, verify that the filters are correct and that the authenticated user has permission to view the variables.
  • Authentication Errors: Ensure that the API key or authentication token is valid and has sufficient privileges.
  • Invalid Filter Values: Using unsupported or misspelled filter values may result in errors or empty responses.
  • Network Issues: Connectivity problems with the external service can cause timeouts or failures.

Links and References

  • Refer to the external service's API documentation for detailed information about custom variables endpoints and supported query parameters.
  • n8n documentation on how to configure API credentials and use HTTP Request nodes for similar integrations.

Discussion