Home → API Manual → Request Push API → Sample Implementation: ActiveCollab
2.6. Sample Implementation: ActiveCollab
This is a sample Request Push API file for the project management tool ActiveCollab. This example is functional as is, but could also be expanded upon as needed for your particular installation. By adding this file to your HelpSpot installation you'll allow staff members in HelpSpot to push a request directly into ActiveCollab to create a new ticket.
Requirements:
- PHP version 5.1.0+
- PHP CURL module installed
Installation Instructions
- Download the file below
- Open the file in a text editor and edit the following 3 variables:
- $acollab_projid - The project ID to add a ticket to
- $acollab_token - Your API token
- $acollab_url - ActiveCollab URL from the API token page
- Upload the file into HelpSpot's /custom_code folder
That's it, you'll now be able to push any existing request from HelpSpot into ActiveCollab.
This page was: Helpful |
Not Helpful