Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

This node operation "Buscar Todos Os Grupos" (Fetch All Groups) under the resource "Grupo De Variável Customizada" (Custom Variable Group) is designed to retrieve all variable groups from a system. It allows users to optionally include related entities such as Organization, Author, and Last Edited By in the request, and also supports filtering by lead name within the list of variable groups.

Common scenarios for this node include:

  • Fetching all custom variable groups for reporting or synchronization purposes.
  • Retrieving detailed information about variable groups including their relationships to other entities.
  • Filtering variable groups based on specific criteria like lead names to narrow down results.

Practical example:

  • A marketing automation workflow that needs to pull all variable groups along with their authors and organizations to generate a comprehensive report.
  • A CRM integration where only variable groups containing leads with certain names are fetched for further processing.

Properties

Name Meaning
Incluir Relacionamentos Select which optional relationships to include in the request. Options: Organization, Author, Last Edited By
Filtrar Define filters to search for specific leads within the list. Currently supports filtering by Lead Name

Output

The output JSON will contain an array of variable groups retrieved according to the specified parameters and filters. Each item in the array represents a variable group object, potentially enriched with related entities if requested.

If relationships are included, the output objects will have nested fields corresponding to Organization, Author, and/or Last Edited By details.

No binary data output is indicated by the source code or properties.

Dependencies

  • Requires access to the API or service endpoint that manages custom variable groups.
  • Needs appropriate API authentication credentials configured in n8n to authorize requests.
  • No additional external dependencies are indicated.

Troubleshooting

  • Empty results: If no variable groups are returned, verify that the filters applied (e.g., lead name) match existing data.
  • Missing relationships: Ensure that the "Incluir Relacionamentos" property includes the desired relationships; otherwise, related data will not be present.
  • Authentication errors: Confirm that the API key or authentication token is correctly set up and has sufficient permissions.
  • Invalid filter format: Filters must conform to expected types (e.g., string for lead name); incorrect formats may cause errors or empty responses.

Links and References

  • Refer to the API documentation of the service managing custom variable groups for detailed information on available fields and relationships.
  • n8n documentation on creating and using custom nodes: https://docs.n8n.io/integrations/creating-nodes/

Discussion