Actions58
- Applications Actions
- Components Actions
- Brands Actions
- Documents Actions
- Weblinks Actions
- Manufacturers Actions
- Catalogs Actions
- Download Actions
- Variations Actions
- Categories Actions
- Upload Actions
- Jobs Actions
Overview
This node interacts with the iTwin Component Center API to retrieve weblinks associated with a specific catalog. The "Get Catalog WebLinks" operation fetches all weblinks for a given catalog ID, which can be useful for integrating or displaying related resources, documentation, or external references linked to that catalog.
Practical examples include:
- Automatically fetching and displaying relevant documentation links for components in a catalog.
- Integrating catalog-related URLs into dashboards or reports.
- Enriching component metadata with external resource links.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | The unique identifier of the catalog whose weblinks you want to retrieve. This is a required string input. |
Output
The output is an array of JSON objects where each object represents a weblink associated with the specified catalog. Each item contains the details of a single weblink as returned by the iTwin Component Center API.
The json field structure typically includes properties such as URL, title, description, or other metadata about the weblink (exact fields depend on the API response).
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for authenticating with the iTwin Component Center API.
- The node depends on the iTwin OAuth2 authentication mechanism configured within n8n.
- Internet access to the iTwin Component Center API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Catalog ID will cause the operation to fail.
- Authentication errors if the API key or OAuth2 token is not properly configured.
- Network connectivity problems may prevent successful API calls.
Error messages:
"Unknown operation: get-catalog-weblinks"indicates the operation name was not recognized; ensure the correct operation is selected.- API errors from the iTwin service will be passed through; check the error message for details like invalid catalog ID or permission issues.
Resolutions:
- Verify the Catalog ID is correct and exists in the iTwin Component Center.
- Confirm that the API credentials are valid and have sufficient permissions.
- Check network connectivity and proxy settings if applicable.