Notificações Inteligentes icon

Notificações Inteligentes

Integração do NI

Overview

The node is designed to retrieve a specific variable group by its unique identifier. This operation is useful when you need to fetch detailed information about a particular group of custom variables, potentially including related entities such as the organization it belongs to, the author who created it, or the last user who edited it.

Practical examples include:

  • Fetching configuration groups for dynamic workflows.
  • Retrieving metadata about variable groups for auditing or display purposes.
  • Integrating with external systems that require detailed group information.

Properties

Name Meaning
ID Do Grupo The unique identifier of the variable group to retrieve.
Incluir Relacionamentos Optional relationships to include in the response. Options: Organização (Organization), Autor (Author), Última Edição Por (Last Edited By).

Output

The output JSON contains the details of the requested variable group identified by the provided ID. If any optional relationships are selected, their corresponding data will be included in the output. The structure typically includes group metadata and optionally nested objects representing the organization, author, or last editor.

No binary data output is indicated.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to access the external service managing variable groups.
  • The node depends on the external API endpoint that supports fetching variable groups by ID and optionally including related entities.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent group ID will likely result in an error or empty response.
    • Missing or incorrect API credentials can cause authentication failures.
    • Selecting relationships not supported by the backend may lead to partial or failed responses.
  • Error messages:

    • "Group not found" indicates the specified ID does not exist; verify the ID.
    • Authentication errors suggest checking the API key or token validity.
    • Network or timeout errors imply connectivity issues with the external API.

Links and References

  • Refer to the external API documentation for variable groups to understand available fields and relationship options.
  • n8n documentation on configuring API credentials and using HTTP request nodes may be helpful for setup.

Discussion