0.9.0 • Published 1 year ago
n8n-nodes-windchill v0.9.0
n8n-nodes-windchill
This package provides nodes for n8n
to work with windchill.
Installation
In a local NPM installation
npm i n8n-nodes-windchill
The nodes should be automatically discovered by n8n
.
In a global installation
npm i -g n8n-nodes-windchill
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-windchill"
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-windchill
ENV N8N_CUSTOM_EXTENSIONS "/usr/local/lib/node_modules/n8n-nodes-windchill"
Usage
Credentials
Windchill Webhook Notifications
This node will listen to message on a topic's subscription and trigger whenever a new message is coming.