Actions26
- Repositories Actions
- Resource Actions
- Resources Actions
- Favorites Actions
- Exports Actions
- Image Actions
- Account Actions
- Graphics Actions
- Recents Actions
Overview
This node interacts with the iTwin platform to retrieve information about an iTwin account based on a provided iTwin ID. It is useful for workflows that need to fetch detailed account data from the iTwin ecosystem, such as verifying account details, integrating iTwin account info into other systems, or automating processes that depend on iTwin account metadata.
A practical example would be a workflow that, given an iTwin ID, automatically retrieves and logs the associated account details for auditing or reporting purposes.
Properties
| Name | Meaning |
|---|---|
| iTwin ID | The unique identifier of the iTwin account to retrieve information for. This is a required string input. |
Output
The node outputs JSON data representing the iTwin account details corresponding to the provided iTwin ID. The structure of this JSON depends on the iTwin API response but generally includes account metadata such as account name, status, creation date, and other relevant attributes.
If multiple results are returned (unlikely in this case), each will be output as a separate JSON object in the output array.
No binary data output is produced by this node.
Dependencies
- Requires an API authentication token credential configured in n8n to access the iTwin platform.
- Depends on the iTwin Projects API client internally to perform the operation.
- Network connectivity to the iTwin API endpoints is necessary.
Troubleshooting
Common issues:
- Invalid or missing iTwin ID parameter will cause the node to fail.
- Authentication errors if the API key or OAuth token is not properly configured.
- Network or API downtime can result in request failures.
Error messages:
"Unknown operation: get-itwin-account"indicates the operation name was not recognized; ensure the correct operation is selected.- Errors related to authentication typically suggest checking the API credentials setup.
- If the node returns an error with
continueOnFailenabled, the error message will appear in the output JSON under theerrorfield.