Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
The AvantGuard - Hudu node for n8n enables users to interact with the Hudu API, specifically to retrieve a "Cards Jump" for a given integration. This operation is useful when you need to fetch card-related data from an external integration connected to Hudu, such as CRM systems or other business tools. Typical scenarios include synchronizing card information between platforms, automating workflows that depend on card data, or integrating Hudu with third-party services.
Practical Example:
You might use this node in a workflow where, upon receiving a trigger (e.g., a new contact in your CRM), you want to fetch the corresponding card details from Hudu using the integration type and slug, possibly filtering further by integration ID or identifier.
Properties
| Name | Type | Meaning |
|---|---|---|
| Integration Type | String | Type of card. Contact support@useWebhookSite.com for a list of types for specific integrations. |
| Integration Slug | String | Identifier of the external integration. |
| Additional Query Parameters | Collection | Optional query parameters: • Integration Id (String): ID of the entity in the external integration. • Integration Identifier (String): Identifier of the entity in the external integration (if integration_id is not set). |
Output
- The node outputs a
jsonfield containing the response from the Hudu API for the "Get Cards Jump" operation. - The structure of the output will reflect the data returned by the Hudu API for the requested card(s). This typically includes card details relevant to the specified integration type and slug, and may include additional fields if query parameters are provided.
- Binary Data: This node does not output binary data; all output is in JSON format.
Dependencies
- External Service: Requires access to the Hudu API.
- API Key/Credentials: Needs valid credentials (
avantguardHuduApi) configured in n8n, including the base URL for the Hudu instance. - n8n Configuration: Ensure the credentials are set up under the name
avantguardHuduApi.
Troubleshooting
Common Issues:
- Missing or Invalid Credentials: If the required API credentials are not set or incorrect, the node will fail to connect to the Hudu API.
- Incorrect Property Values: Providing an invalid integration type, slug, or missing required fields will result in errors from the API.
- API Errors: If the Hudu API returns an error (e.g., 404 Not Found, 401 Unauthorized), the node will surface these messages.
Error Messages & Resolutions:
"401 Unauthorized": Check that your API credentials are correct and have sufficient permissions."400 Bad Request": Verify that all required properties (Integration Type, Integration Slug) are provided and correctly formatted."404 Not Found": Ensure the specified integration exists and the identifiers are accurate.
Links and References
- Hudu API Documentation
- n8n Documentation: Custom Nodes
- For integration types, contact: support@useWebhookSite.com