@itlocker/n8n-nodes-connectwise
v0.2.3
Published
n8n node - Connectwise
Downloads
17
Maintainers
Keywords
Readme
n8n-nodes-connectwise
This repo contains a node which will provide access to Connectwise PSA.
Using this community node
The Connectwise node implements the following actions & operations:
- Company
- Get All Companies
- Service Ticket
- Get All Service Tickets
- Add a Service Ticket Note
In the case of GET operations, the following optional fields have been implemented:
- Conditions (default: null) - filter results
- Fields (default: null) - which fields to return
- Page Size (default: 1000) - how many results are returned
- Page ID: (default: 0) - if the result set is greater than Page Size, what page index do you want to return
For more information visit the Connectwise developer site