Actions100
- Activity Logs Actions
- Articles Actions
- 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
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node is designed to retrieve detailed information about a specific company by its unique identifier. It is useful in scenarios where you need to fetch company data from an external service or database based on a known company ID. For example, it can be used in workflows that require verifying company details before processing orders, updating records, or generating reports.
Properties
Name | Meaning |
---|---|
Id | The unique numeric identifier of the requested company |
Output
The node outputs JSON data containing the details of the requested company. The structure typically includes various fields describing the company such as name, address, contact information, and other relevant metadata provided by the external service. There is no indication that the node outputs binary data.
Dependencies
- Requires an API key credential for authentication with the external service.
- The base URL for the API is configured via credentials.
- Depends on an OpenAPI-based client library to interact with the external API.
Troubleshooting
Common issues:
- Providing an invalid or non-existent company ID will likely result in an error or empty response.
- Missing or incorrect API credentials will cause authentication failures.
- Network connectivity problems may prevent successful API calls.
Error messages:
- Authentication errors indicate missing or invalid API keys; ensure credentials are correctly set up.
- "Company not found" or similar errors suggest the provided ID does not exist; verify the ID value.
- Timeout or connection errors imply network issues; check connectivity and API availability.
Links and References
- Refer to the external API documentation for detailed information on the company resource and its fields.
- Consult n8n documentation on setting up API credentials and using OpenAPI nodes.