Setup
To authenticate the PetExec connector you will need a Client ID, Client Secret and the name of your account.
Client ID & Client Secret
To obtain your Client ID and Client Secret, within your PetExec account:
-
Navigate to Company Preferences > Misc. Settings > Maintain API Applications
-
Give the application a name
-
Enter a callback URL. This should be https://{Your Cyclr service domain e.g. app-h.cyclr.com}/connector/callback
-
Select the report_read and owner_read scopes
-
Click “Add Application”
You will be presented with your Client ID and Client Secret.
Account Name
Your PetExec account as it is formatted in the URL. Example: if the URL for your account was https://secure.mycompany.net/ your account name would be mycompany.
Connector Setup
-
Locate the PetExec connector
Cyclr Console > Connectors > Connector Library > PetExec
-
From the Edit Connector interface click ‘Setup’
-
Enter your Client ID, Client Secret and PetExec Account Name
-
Click ‘Next’ and then ‘Sign In’
-
You will be prompted to login to your PetExec account, after which you will be redirected to Cyclr
The connector is now authenticated and ready to use.
Edit me