@aaroon-dev/n8n-nodes-woodwing-studio
v0.2.1
Published
WoodWing Studio Connector
Downloads
295
Maintainers
Readme
n8n-nodes-woodwing-studio
This is an n8n community node. It lets you interact with WoodWing Studio instance in your n8n
workflows.
How to install
Community Nodes (Recommended)
For users on n8n v0.187+, your instance owner can install this node from Community Nodes.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-woodwing-studio
in Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-woodwing-studio
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-woodwing-studio
Credentials
Create a service user in your WoodWing Studio environment (e.g. "service.n8n"). Enter the URL of your WoodWing instance in the credentials (e.g. "https://studio.domain.com/StudioServer") and enter the name and password. When saving, it is displayed whether the login was successful.
New to n8n? Try it out to get started.