Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConnectWise PSA (Independent Publisher) #3714

Merged
merged 27 commits into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
abcc007
Create README.md
howellchrisj Nov 18, 2024
90aef21
Update README.md
howellchrisj Nov 18, 2024
e5fcd11
Screenshot
howellchrisj Nov 18, 2024
09f8748
ConnectWise API Connector
howellchrisj Nov 18, 2024
7e7aaa7
Add files via upload
howellchrisj Nov 18, 2024
c3ff8e4
Update README.md
howellchrisj Nov 22, 2024
531d48e
Add files via upload
howellchrisj Nov 28, 2024
0ca6c4b
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Nov 28, 2024
f5df10c
Rename ConnectWise-API-Connector.swagger.json to apiDefinition.swagge…
howellchrisj Nov 28, 2024
6e6d516
Add files via upload
howellchrisj Nov 28, 2024
2900fd3
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 4, 2024
9d9bcab
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 4, 2024
f5c9147
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 4, 2024
3777c20
Add files via upload
howellchrisj Dec 4, 2024
39078c8
Add files via upload
howellchrisj Dec 5, 2024
da24e7c
Update README.md
howellchrisj Dec 5, 2024
f799feb
Update apiDefinition.swagger.json
howellchrisj Dec 5, 2024
f8d1a96
Update apiDefinition.swagger.json
howellchrisj Dec 5, 2024
06ed7fa
Add files via upload
howellchrisj Dec 11, 2024
d5790ff
Update apiDefinition.swagger.json
howellchrisj Dec 24, 2024
df72db1
Add files via upload
howellchrisj Dec 24, 2024
bad3dea
Create README.md
howellchrisj Dec 24, 2024
89d51bb
Add files via upload
howellchrisj Dec 24, 2024
5c65dbd
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 24, 2024
076fc51
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 24, 2024
80a81c2
Delete independent-publisher-connectors/Proposal - ConnectWise (Indep…
howellchrisj Dec 24, 2024
9499320
Delete independent-publisher-connectors/README.md
howellchrisj Jan 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# ConnectWise (Independent Publisher)
ConnectWise is a leading IT management software that provides solutions for managed service providers (MSPs) and technology professionals. This connector aims to streamline access to ConnectWise APIs, enabling users to integrate and automate key business processes such as ticketing, company and contact details. As we build more endpoints to the connector, we can then allow this connector to have more functionality.

## Publisher: Chris Howell, Opal Business Solutions

## Prerequisites
- API Member Public and Private Key
- Knowledge of the Company Code
- ClientID from ConnectWise Developer

## Supported Operations
- **Get Tickets:** Retrieve a list of service tickets.
- **Create Ticket:** Add a new service ticket.
- **Update Ticket:** Modify an existing service ticket.
- **Get Companies:** Retrieve company details.
- **Get Contacts:** Retrieve contact details.

## Operation 1
Get Tickets allows for the retrieving of data from the service tickets

## Operation 2
Create Tickets allows for the creation of a new service ticket

## Operation 3
Update Ticket allows for the updating of an existing service ticket

## Operation 4
Get Companies allows for the retrieving of data from the company

## Operation 5
Get Contacts allows for the retrieving of data from the contact

## Obtaining Credentials
API Key is retrieved through ConnectWise Setup, Memebers and an API Member needs to be created. Saving the Public and Private Key is important
Company Code is required, which you can obtain when logging into ConnectWise
ClientID is obtained through (https://developer.connectwise.com/)
Once the API Key is obtained, and the Company Code is documented, you will need to convert the following to Base64
Convert: Company Code+Public Key:Private Key to Base64

## Known Issues and Limitations
Currently there are no limitations, and issues outside any limitations from the ConnectWise API side.






Loading