Overview
This node integrates with Onshape Drawing, a CAD drawing platform, allowing users to perform operations related to Onshape drawings within an n8n workflow. It supports multiple versions of the Onshape Drawing API, providing flexibility and compatibility with different API versions.
Use Case Examples
- Automate the creation or modification of CAD drawings in Onshape as part of a design workflow.
- Retrieve drawing data from Onshape for further processing or reporting.
- Update drawing properties or export drawings automatically based on workflow triggers.
Output
JSON
operation- The operation performed on the Onshape Drawing resource.resource- The resource type, which is Onshape Drawing in this case.data- The data returned from the Onshape Drawing API after performing the operation.
Dependencies
- Requires API authentication credentials for Onshape to access the Onshape Drawing API.
Troubleshooting
- Ensure that the API credentials for Onshape are correctly configured and have the necessary permissions.
- Check the version compatibility if using a specific version of the Onshape Drawing API.
- Verify network connectivity to the Onshape API endpoints.