N8N Node For Plutio created by Chykalophia
Go to file
Joel Sanguenza aae137f838 Merge pull request 'enhancement/add-company-people-api-endpoints' (#6) from enhancement/add-company-people-api-endpoints into master
Reviewed-on: #6
2022-11-02 09:12:18 +00:00
.vscode updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
credentials fixed merge conflict marker 2022-09-15 00:43:01 +08:00
nodes/Plutio added company & people functions 2022-10-31 20:52:50 +08:00
.editorconfig updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
.eslintrc.js updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
.gitignore updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
.prettierrc.js updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
LICENSE.md updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
README.md Updating docs for clarity 2022-09-14 10:00:41 -05:00
gulpfile.js updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
index.js updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
package-lock.json updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
package.json Merge pull request 'enhancement/add-company-people-api-endpoints' (#6) from enhancement/add-company-people-api-endpoints into master 2022-11-02 09:12:18 +00:00
tsconfig.json updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00
tslint.json updated api endpoint to v1.10 and fixed projects resource 2022-09-13 01:17:24 +08:00

README.md

n8n-nodes-plutio

This repo contains the N8N Plutio node created by Chykalophia.

We created this N8N module so that we could internet our internal tools together. This module connects via the Plutio API to manage:

  • Tasks
    • Get (single) Task
      • Delete Task
      • Update Task
      • Create Task
      • Copy Task
      • Move Task
  • Projects
    • Create Project
      • Get (single) Project
        • By user email
          • By user ID
          • By Project name
          • By Project ID
      • Update Project
      • Delete Project
  • Comments
    • Create Comment
      • Get (single) Comment
      • Update Comment
      • Delete Comment
  • Invoices
    • Create Invoice
      • Get (single) Invoice
      • Update Invoice
      • Delete Invoice

This module uses Plutio API version 1.10

About Chykalophia

We are a team of dedicated nerds and creatived working with women-led brands to fast-forward their business in all things brand and web. We provide brand strategy, brand design, marketing strategy, tech infrastructure, business process and change management, SaaS and website creation services.

About Plutio

Plutio is a project management tool that includes tasks, projects, invoices and more.

Using this Custom node & Installtion

Update N8N to version 0.193.5 or higher.

Go to N8N Settings -> Community nodes -> Install a community node -> write n8n-nodes-plutio

Note: You need to have owner/administrator privilege to install community node.

License

MIT