Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations on different Matomo resources. Specifically, for the 'Feedback' resource and the 'Update Feedback Reminder Date' operation, it updates the reminder date for feedback entries. This node is useful for automating feedback management workflows, such as scheduling reminders for user feedback follow-ups.

Use Case Examples

  1. Updating the reminder date for a specific feedback entry to ensure timely follow-up.
  2. Automating feedback reminder updates based on user interactions or other triggers in a workflow.

Properties

Name Meaning
Query Parameters Key-value pairs used as query parameters in the API request to filter or specify details for the operation.
Request Body JSON object containing the data to be sent in the body of the API request, used for updating the feedback reminder date.

Output

JSON

  • json - The JSON response from the Matomo API, which may include the updated feedback reminder date or status information.

Dependencies

  • Requires Matomo API credentials including domain and authentication token.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause errors.
  • Verify that the 'resource' is set to 'Feedback' and the 'operation' is set to 'Update Feedback Reminder Date' to match the intended API call.
  • Check the format of the 'Request Body' JSON to ensure it matches the expected structure for updating feedback reminder dates in Matomo.
  • If the API response is empty or a 204 No Content status, verify that the request parameters and body are correct and that the feedback entry exists.

Links

Discussion