With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

With our community of partners, you can get expert advice and training so you can be up and running in no time!

View setup partners

Get the Guide on Moving from spreadsheets to software.


Get the guide

Want to join us? Become a partner. 



Become a partner

API Documentation

 

Overview

The WorkflowMax API is organised around RESTful principles - each resource has a unique URI and HTTP verbs are used to specify the action to perform on that resource.

In order to write or modify a client application for WorkflowMax, you should use a full-featured HTTP client library that supports the HTTP verbs: GET POST, PUT and DELETE.  Most modern development environments including .NET, PHP, and Coldfusion will communicate with the WorkflowMax API.

Before you get started, please ensure you familiarise yourself with the API's Authentication model and Response format.