Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations related to user management and other Matomo resources. Specifically, for the 'Users Manager' resource and the 'Get User By Email' operation, it fetches user details based on the provided email address. This node is useful for scenarios where you need to retrieve user information from Matomo by email, such as in user administration, reporting, or automation workflows.

Use Case Examples

  1. Retrieve user details by providing an email address to manage user access or roles.
  2. Fetch user information to integrate with other systems or for reporting purposes.

Properties

Name Meaning
User Email The email address of the user to look up in Matomo.

Output

JSON

  • json - The JSON response containing user details fetched from Matomo by email.

Dependencies

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

Troubleshooting

  • Ensure that the Matomo domain and authentication token are correctly configured in the node credentials; missing these will cause errors.
  • Verify that the email address provided is valid and exists in the Matomo user database to avoid empty or error responses.
  • Check network connectivity and Matomo API availability if requests fail or time out.
  • Error messages from the Matomo API are wrapped and presented; review the error message and stack trace for debugging.

Links

Discussion