Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations on different Matomo resources. Specifically, for the Scheduled Report resource with the Delete Report operation, it allows users to delete a specific scheduled email report from their Matomo instance. This is useful for managing and cleaning up scheduled reports that are no longer needed. The node supports a wide range of other resources and operations, making it versatile for interacting with Matomo's analytics and management features.

Use Case Examples

  1. Deleting a scheduled report by specifying its ID to stop future email deliveries.
  2. Managing scheduled reports by adding, updating, or generating reports programmatically through the API.

Properties

Name Meaning
Query Parameters A collection of optional parameters to filter or specify details for the API request, such as report IDs, site IDs, date ranges, and other Matomo-specific filters.

Output

JSON

  • json - Response data from the Matomo API call

Dependencies

  • An API key credential for Matomo API authentication

Troubleshooting

  • Ensure the Matomo domain URL and authentication token are correctly configured in the node credentials to avoid authentication errors.
  • Verify that the report ID or other required parameters are correctly provided in the query parameters to prevent API errors when deleting a report.
  • Check network connectivity and Matomo server availability if the API request fails or times out.
  • Review the error message returned by the node for specific API call issues and adjust parameters accordingly.

Links

Discussion