Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node integrates with the Matomo API, allowing users to perform various operations across multiple Matomo resources. Specifically, for the 'Mobile Messaging' resource and the 'Get SMS Provider' operation, it retrieves the SMS provider information configured for the current site. This node is useful for automating analytics and management tasks in Matomo, such as fetching SMS provider details, managing phone numbers, and handling SMS API credentials.

Use Case Examples

  1. Retrieve the SMS provider details for a Matomo site to verify or audit SMS notification settings.
  2. Automate the process of checking SMS credits or phone numbers registered for SMS sending in Matomo.
  3. Integrate Matomo SMS provider data into a broader workflow for marketing or user engagement analysis.

Properties

Name Meaning
Query Parameters Optional query parameters to filter or specify details for the API request, such as provider ID or other SMS-related filters.

Output

JSON

  • response - The JSON response from the Matomo API containing SMS provider details or related data.

Dependencies

  • Matomo API credentials (domain and auth token) are required for authentication.

Troubleshooting

  • Ensure that the Matomo API credentials (domain and auth token) are correctly configured; missing credentials will cause an error.
  • Verify that the domain URL is reachable and the auth token is valid to avoid authentication errors.
  • Check that the specified operation and resource are supported by the Matomo instance version in use.
  • If the API response is empty or returns a 204 status, verify the query parameters and the Matomo site configuration.

Links

Discussion