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
This node allows you to retrieve information about a specific company by its ID from the AvantGuard Hudu API. It is useful in scenarios where you need to fetch detailed data for a particular company, such as integrating company records into workflows, synchronizing external databases, or automating reporting tasks.
Example use cases:
- Fetching company details to enrich CRM records.
- Automating audits by pulling company data for compliance checks.
- Integrating with other systems that require up-to-date company information.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested company. This is required to specify which company's information should be retrieved. |
Output
The output will contain the JSON representation of the company object as returned by the AvantGuard Hudu API. The structure typically includes fields such as company name, address, contact information, and other relevant attributes associated with the company.
Note: The exact structure depends on the API response, but it will be a single company object in JSON format.
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- API Key/Credentials: You must configure n8n credentials named
avantguardHuduApi, which should include at least thebaseUrland any necessary authentication tokens. - n8n Configuration: Ensure the credentials are set up in your n8n instance under the correct name.
Troubleshooting
Missing Credentials:
Error: "No credentials found" or similar.
Resolution: Make sure you have created and selected theavantguardHuduApicredentials in n8n.Invalid Company ID:
Error: "Company not found" or HTTP 404 error.
Resolution: Verify that the provided Id corresponds to an existing company in the AvantGuard Hudu system.Connection Issues:
Error: Network errors or timeouts.
Resolution: Check your network connection and ensure thebaseUrlin credentials is correct and accessible.
Links and References
- AvantGuard Hudu API Documentation (replace with actual link if available)
- n8n Credentials Documentation
- n8n Node Development Guide