Integration guide for Aris application or similar ones

Hi All,

Does Matomo has an integration run guide to integrate with Aris or similar application in BPM, please ?

Have gone through a few integration guides mentioned in matomo help like CMS, websites and frameworks. Checking if there is anything specific to BPM area or anything that resembles similar to BPM tool integration will also help to understand the flow.

Also please can you help on steps on how to import the Matomo’s reporting API data into the application ?

Please kindly assist.

For BPM integration, start with Matomo’s Tracking and Reporting APIs. The Reporting API is especially useful for pulling metrics into the application, while the tracking setup depends on how the BPM tool handles user actions.

Matomo doesn’t appear to have a BPM-specific integration guide, but you can use its Reporting API with ARIS. The basic flow is to call the API, retrieve the required JSON/CSV data, transform it, and import it into ARIS. If ARIS supports REST APIs, this can be done directly; otherwise, middleware can handle the data transfer.