Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 359 Bytes

wp-connectwise-api

A WordPress php library for ConnectWise API

Usage

Here is an example on how to use:

$connectwise = new ConnectWiseAPI( 'YOUR CONNECTWISE URL', 'YOUR CONNECTWISE VERSION', 'YOUR COMPANY ID', 'YOUR PUBLIC KEY', 'YOUR PRIVATE KEY' );

$tickets = $connectwise->get_tickets();