@quire-io/n8n-nodes-quire
v0.1.2
Published
n8n community node for Quire project management platform integration
Downloads
23
Keywords
Readme
n8n-nodes-quire
This is an n8n community node. It lets you use quire service in your n8n workflows.
Quire is a project management applications that improve your productivity.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Task
- Create: Create a new task
- Get: Get a task by ID
- Get by OID: Get a task by OID
- Get Many: Get all tasks in a project
- Update: Update an existing task
Comment
- Create: Create a new comment for a task
- Get Many: Get all comments for a task
Project
- Get Many: Get all accessible projects
User
- Get Many: Get all accessible users
Tag
- Get Many: Get all tags in a project
Sublist
- Get Many: Get all sublists in a project
Partner
- Get Many: Get all partners in an organization
Search
- Find Task in Project: Find tasks in a project
- Find User: Find a user by email or ID
Credentials
To use this node, you need to set up OAuth2 credentials for Quire in n8n:
- Log in to Quire and create a Quire App to obtain your Client ID and Client Secret.
- In n8n, go to the Credentials page and add new credentials for Quire OAuth2 API.
- Enter your Quire App's Client ID and Client Secret in the corresponding fields.
- Copy the OAuth Redirect URL shown in n8n and add it to your Quire App's Redirect URI settings.
- Save the credentials, then click Connect my account and authorize access to your Quire projects.
Reference: n8n credentials setup guide
