This is an n8n community node. It lets you use Runn in your n8n workflows.
Runn is a project management platform that helps you manage your team's work and projects.
n8n is a fair-code licensed workflow automation platform.
Ralabs is a software dev company, who creates integration between 3rd parties (Salesforce, PowerBI, etc).
Roman Rodomansky, roman@ralabs.org @ Ralabs
Follow the installation guide in the n8n community nodes documentation.
n8n-nodes-runn % npm run build
n8n-nodes-runn % npm link
n8n-nodes-runn % N8N_LOG_LEVEL=debug n8n start
To use this node, you need to have a Runn API key. You can get one from your Runn account API settings.
- Events:
On created
,On updated
,On deleted
- Resources:
Client
,Project
,People
,Actuals
,Assignments
,Contracts
,Users
,Teams
-
Client
(fetch all, fetch one, create, update, delete, archive, unarchive) -
Project
(fetch all, fetch one, create, update, delete, archive, add a note, unarchive, delete) -
Person
(fetch all, fetch one, create, update, delete, archive, unarchive, delete)
This node supports n8n version 20.0.0 and above. It has been tested against n8n version 20.0.0.