ActiveCollab offers project management and collaboration solutions. With a complete set of data points available from their API, ActiveCollab users can extend and enhance their usage with the power of GlobalCapture’s automation platform.
ActiveCollab API’s are documented here:
https://developers.activecollab.com/api-documentation/index.html
Available Integrations
Notes on ActiveCollab
-
Documentation on authentication is incorrect. For working functional examples, refer to their Git repo here.
-
Authentication requires two requests.
-
A POST to external/login
-
A POST to issue-token-intent
-
-
Requests to API endpoints after login must include an additional header X-Angie-AuthApiToken, with the token value returned from issue-token-intent.
-
-
Some requests may be paged. Be sure to understand request paging and account for it accordingly in your flows.
-
Specify the page of interest in with the ‘page’ query parameter.
-