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) #3797

Open
wants to merge 30 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 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
0f18874
Update apiDefinition.swagger.json
howellchrisj Feb 25, 2025
532bca2
Update apiProperties.json
howellchrisj Feb 25, 2025
c805c18
Merge branch 'dev' into dev
howellchrisj Mar 8, 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
Expand Up @@ -6,8 +6,8 @@
"description": "ConnectWise PSA - This connector is designed to aid in the Creation, Updating, and Selection of records from ConnectWise",
"contact": {
"name": "Support",
"url": "https://support.connectwise.com",
"email": "support@connectwise.com"
"url": "https://www.opalbiz.com",
"email": "CWConnector@opalbiz.com"
}
},
"host": "api-na.myconnectwise.net",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
{
"properties": {

"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this API",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},

"connectionParameters": {},

"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Chris Howell; Opal Business Solutions.",
"stackOwner": "ConnectWise PSA"
}
}
}