joel-plutio #1

Merged
Joel merged 5 commits from joel-plutio into master 2022-09-14 18:02:41 +02:00
1 changed files with 24 additions and 0 deletions
Showing only changes of commit d9a493d9f1 - Show all commits

View File

@ -4,9 +4,33 @@ 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