Actions48
- Custom Variable Actions
- Custom Variable Group Actions
- Event Actions
- Integration Actions
- Lead Actions
- Lead List Actions
Overview
This node operation "Get All Groups" for the resource "Custom Variable Group" retrieves a list of variable groups from an external API. It allows users to optionally include related entities such as Organization, Author, and Last Edited By in the response, and also supports filtering the results by the variable group name.
Common scenarios where this node is beneficial include:
- Fetching all custom variable groups available in an account or system.
- Retrieving detailed information about variable groups along with their relationships for reporting or synchronization purposes.
- Filtering variable groups by name to find specific groups quickly.
For example, a user might want to get all variable groups that contain a certain keyword in their name and include information about who last edited them.
Properties
| Name | Meaning |
|---|---|
| Include Relationships | Select which optional relationships to include in the request. Options: Organization, Author, Last Edited By |
| Filters | Set filters to search for specific variable groups in the list. Currently supports filtering by Name |
Output
The output JSON contains an array of variable groups retrieved from the API. Each item represents a variable group object, potentially enriched with related entities if requested via the "Include Relationships" property.
If relationships are included, the output will contain nested objects representing the Organization, Author, or Last Edited By details associated with each variable group.
No binary data output is indicated.
Dependencies
- Requires access to an external API at
https://api.notificacoesinteligentes.com. - The node uses an HTTP request helper method with authentication, so an API key or token credential must be configured in n8n to authenticate requests.
- Network connectivity to the external service is necessary.
Troubleshooting
Common issues:
- Authentication failures due to missing or invalid API credentials.
- Network timeouts or unreachable API endpoint.
- Empty results if filters do not match any variable groups.
Error messages:
- Timeout errors may occur if the API does not respond within 5 seconds.
- Authorization errors if the API key/token is incorrect or expired.
Resolutions:
- Verify and configure correct API authentication credentials in n8n.
- Check network connectivity and API availability.
- Adjust filter criteria to ensure they match existing variable groups.
Links and References
- API Documentation (hypothetical) — For details on the variable groups endpoint and query parameters.
- n8n HTTP Request Node documentation — For configuring authenticated HTTP requests.