AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

The AvantGuard - Hudu node, specifically for the "Magic Dash" resource and the "Get Magic Dash" operation, allows users to retrieve a list of Magic Dash records from the Hudu API. This node is useful in scenarios where you need to fetch dashboards or reports filtered by specific criteria such as title, company ID, or pagination options. For example, you might use this node to automate reporting workflows, aggregate dashboard data for analytics, or synchronize dashboards with other systems.

Properties

Name Type Meaning
Additional Query Parameters collection Optional group of filters and pagination controls. Contains the following fields:
└─ Title string Filter results by the dashboard's title.
└─ Company Id number Filter results by a specific company ID.
└─ Page number Specify which page of results to retrieve (for paginated responses).
└─ Page Size number Set how many results to return per page (controls the size of each result set).

Output

  • The node outputs a JSON object (or array of objects) representing the Magic Dash records retrieved from the Hudu API.
  • Each record typically contains fields relevant to a Magic Dash, such as its ID, title, associated company, and other metadata as defined by the Hudu API.
  • No binary output is produced by this operation.

Dependencies

  • External Service: Requires access to the Hudu API.
  • API Key/Credentials: Needs valid avantguardHuduApi credentials configured in n8n, including the base URL (baseUrl) for your Hudu instance.
  • n8n Configuration: Ensure that the credentials are set up in n8n under the name avantguardHuduApi.

Troubleshooting

  • Invalid Credentials: If the API key or base URL is incorrect, you may receive authentication errors (e.g., 401 Unauthorized). Double-check your credential setup in n8n.
  • Missing Required Fields: If required query parameters are omitted or incorrectly formatted, the API may return errors or empty results.
  • Pagination Issues: If "Page" or "Page Size" values are out of range, you may get no results or partial data. Adjust these values as needed.
  • Network Errors: Connectivity issues between n8n and the Hudu API endpoint can cause request failures.

Links and References

Discussion