Back to Nodes

OnshapeAccount

Last updated Feb 21, 2024

Module for Onshape API use.

227 Weekly Downloads
1,019 Monthly Downloads

Included Nodes

OnshapeAccount
OnshapeAlias
OnshapeAppElement
OnshapeAppAssociativeData
OnshapeAPIApplication
OnshapeAssembly
OnshapeBilling
OnshapeBlobElement
OnshapeComment
OnshapeCompany
OnshapeDocument
OnshapeDrawing
OnshapeElement
OnshapeExportRule
OnshapeFeatureStudio
OnshapeFolder
OnshapeInsertable
OnshapeMetadata
OnshapeMetadataCategory
OnshapeOpenApi
OnshapePartNumber
OnshapePart
OnshapePartStudio
OnshapeSketch
OnshapePublication
OnshapeReleasePackage
OnshapeRevision
OnshapeTeam
OnshapeThumbnail
OnshapeTranslation
Onshape Trigger
OnshapeUser
OnshapeVariables
OnshapeVersion
OnshapeWebhook
OnshapeWorkflow
OnshapeWorkflowableTestObject

Description

n8n-nodes-onshape


This package provides nodes for n8n to work with onshape
by Jean Durieux

This package provides nodes for n8n to work with onshape.

Installation

In a local NPM installation

npm i n8n-nodes-onshape

The nodes should be automatically discovered by n8n.

In a global installation

npm i -g n8n-nodes-onshape

You should then set the N8N_CUSTOM_EXTENSIONS variable to the path of the modules, e.g. on Ubuntu:

export N8N_CUSTOM_EXTENSIONS="/usr/local/lib/node_modules/n8n-nodes-onshape"

In a Docker image

You'll have to spin your own Dockerfile that builds from the official n8n image:

FROM n8nio/n8n

USER root

RUN npm_config_user=root npm install -g n8n-nodes-onshape

ENV N8N_CUSTOM_EXTENSIONS "/usr/local/lib/node_modules/n8n-nodes-onshape"

Usage

Credentials

The credentials are based on the standard Onshape credentials. The easiest way is to Using API Keys with Onshape with the required permissions to work with Onshape API.

Onshape Webhook Notifications

This node will listen to message on a topic's subscription and trigger whenever a new message is coming.

Parameters

  • ClientId or DocumentId