Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations related to user management, including retrieving a user's login based on their email address. It is useful for scenarios where you need to fetch user login details from Matomo by providing the user's email, such as in user administration or integration workflows.

Use Case Examples

  1. Retrieve the login username of a user by providing their email address to manage user permissions or access levels.
  2. Fetch user login information to synchronize user data between Matomo and another system.

Properties

Name Meaning
Query Parameters Additional query parameters to customize the API request, such as filters or flags relevant to the operation.
User Email The email address of the user to look up the login for.

Output

JSON

  • json - The JSON response from the Matomo API containing the user login information corresponding to the provided email address.

Dependencies

  • Matomo API endpoint and an API authentication token (authToken)

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 user email provided is valid and exists in the Matomo system to avoid empty or error responses.
  • Check the API method name and query parameters for correctness to prevent API call failures.
  • Common error messages include missing domain or auth token, invalid user email, or API request failures; resolving these involves verifying credentials, input data, and network connectivity.

Links

Discussion