Forum Discussion
PriyaRaskar
Jun 25, 2020Copper Contributor
Connect to ConnectWise using Power Automate
Hello, I am trying to consume ConnectWise APIs from Power Automate , I tried to follow ConnectWise API documentation for the same but was not successful. Anybody have tried consuming ConnectWise...
SteveKnutson
Jun 28, 2020MVP
Do you get any errors back from the API call?
- PriyaRaskarJun 29, 2020Copper Contributor
SteveKnutsonI am getting error codes 301, 400, 401, 500, and Authentication error some times for different URLs. Not sure where I am making mistake, either in URL format or authentication or in headers. Please see attached image.
- MrMattiPantsOct 12, 2020Copper Contributor
PriyaRaskar
I'm sure you've figured the Issue out by now.
However, I thought I would post a reply, in case others come looking for an answer.Perhaps if you replace your "URI" w/ the following, it might help.
https://api-na.myconnectwise.net/v4_6_release/apis/3.0/company/contactsNOTES:
- "http://"replaced w/ "https://"
- "CompanyName"replaced w/ "apis"
I would also like to recommend that anyone interested in working with APIs, consider utilizing an API Tool (such as "Postman"), to Test their API Calls.
I hope this information helps someone out.- FaisalImadiNov 03, 2020Copper ContributorHi Thanks for that info can you please let me know which connector i can use ? as i can't find HTTP connector
- "http://"replaced w/ "https://"