Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to scheduled reports. Specifically, the 'Get Reports' operation retrieves a list of all scheduled reports for a specified site. It is useful for users who want to manage or review their scheduled email reports within Matomo, such as fetching report details for monitoring or automation purposes.

Use Case Examples

  1. Retrieve all scheduled reports for a website to monitor scheduled analytics emails.
  2. Fetch scheduled reports to automate report processing or integration with other systems.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or customize the API request for fetching scheduled reports. These parameters allow fine-tuning the data returned by the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API containing the list of scheduled reports or relevant data based on the query parameters.

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure that the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the query parameters used are valid and supported by the Matomo API to prevent request failures.
  • Check network connectivity and Matomo server availability if the API requests fail or time out.
  • If the API returns an error, review the error message for details and adjust the request accordingly.

Links

Discussion