Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API to perform various operations across multiple resources, including Mobile Messaging. Specifically, for the Mobile Messaging resource and the Get Delegated Management operation, it retrieves the current delegated management status for the SMS service. This is useful for managing SMS-related settings and permissions within Matomo, such as checking if SMS management is delegated to users.

Use Case Examples

  1. Retrieve the delegated management status of the SMS service to determine if SMS management is delegated to users.
  2. Use the node to fetch SMS provider details and phone numbers registered for SMS sending.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to customize the API request, such as filtering by access level, specifying account or container IDs, enabling features, and many other settings relevant to the Matomo API.

Output

JSON

  • json - The JSON response from the Matomo API call, which varies depending on the operation and resource. For the Get Delegated Management operation, it returns the current delegated management status for the SMS service.

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 selected resource and operation are supported and correctly spelled to prevent unknown resource or operation errors.
  • Check the query parameters for correctness and completeness as invalid or missing parameters may cause API request failures.
  • If the API response is empty or returns a 204 status, verify that the requested data exists and the filters applied are appropriate.

Links

Discussion