Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to the 'Custom Alert' resource, specifically the 'Get Triggered Alerts' operation among many others. It allows users to query and retrieve data about triggered alerts for a given site, enabling monitoring and management of alert conditions in Matomo analytics. This is useful for automating alert retrieval and integrating Matomo alert data into workflows.

Use Case Examples

  1. Retrieve a list of triggered alerts for a specific website to monitor unusual activity or performance issues.
  2. Fetch detailed information about custom alerts to automate reporting or trigger further actions based on alert conditions.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify the details of the API request for triggered alerts, such as site ID, date range, limit, and other Matomo-specific filters.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of triggered alerts and their details.

Dependencies

  • Requires Matomo API credentials including domain URL and authentication token.

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the query parameters are correctly formatted and valid for the Matomo API to avoid request failures.
  • Check the API method and resource names are correctly set to match the Matomo API endpoints to prevent unknown resource or operation errors.

Links

  • Matomo Reporting API Documentation - Official documentation for Matomo API endpoints and parameters, useful for understanding available operations and query parameters.

Discussion