API Changelog

All notable changes to the REST API will be documented in this page.

2024-04-08

Breaking: Changing case structure

In the older version, the Case structure mirrored the workflow outcome exactly. Each workflow's completion would generate a case. This configuration helped users trace the case's origin and outcome easily, tied to a specific workflow.

In the current version, the Case structure has been redefined to adapt to the needs of the introduced Case Management system. Now, instead of making an exact replica of the workflow outcome, the case structure emphasizes managing the different aspects and stages of a case. This updated case structure allows for more flexibility and comprehensive management, offering intricate details of the case's intricate path and progress, which was missing in the old structure.

2024-01-24

API for workflow automation

We're introducing new API interfaces enabling the automation of workflow execution with integrations that don't require user interaction.

Last updated