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 with optional filters and additional parameters to include related data such as organization, author, last editor, or variable group information.

Common scenarios for this node include:

  • Retrieving all custom variables for auditing or reporting purposes.
  • Filtering variables by specific criteria like slug, type, or variable group name.
  • Including related metadata about each variable to enrich the output.

Practical example:

  • A user wants to get all custom variables related to a particular variable group and also include information about who last edited each variable.

Properties

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

Output

The node outputs a JSON array containing the custom variables matching the specified filters and includes any additional requested related data. Each item in the output represents a custom variable object with its properties and optionally enriched with organization, author, last editor, or variable group details depending on the selected "Parâmetros Adicionais".

If the node supports binary data output, it is not indicated in the provided source or properties.

Dependencies

  • The node requires access to an external API or service that manages custom variables.
  • An API key or authentication token is likely needed to authorize requests.
  • Proper configuration of credentials within n8n is necessary to connect to the external service.

Troubleshooting

  • Common issues might include authentication failures if the API key or token is missing or invalid.
  • Filters may return empty results if the filter values do not match any existing variables.
  • Including too many additional parameters might increase response time or cause API limits to be hit.
  • Error messages related to network connectivity or permission denied should be checked against credential setup and API access rights.

Links and References

  • No direct links are provided in the source code.
  • Users should refer to the external service's API documentation for detailed information on custom variables endpoints and parameters.

Discussion