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 Phone Numbers operation, it retrieves all phone numbers registered for SMS sending. This is useful for managing SMS communication channels, verifying phone numbers, and monitoring SMS credits within Matomo's mobile messaging service.

Use Case Examples

  1. Retrieve all phone numbers registered for SMS notifications to manage and verify SMS communication channels.
  2. Check the SMS credit left for a site to monitor usage and avoid service interruptions.

Properties

Name Meaning
Query Parameters A collection of optional query parameters to filter or specify details for the API request, such as phone number, provider, or verification code.

Output

JSON

  • json - The JSON response from the Matomo API containing the requested data, such as the list of phone numbers for the Get Phone Numbers operation.

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 an error.
  • Verify that the selected resource and operation are supported by the Matomo API and that the query parameters are valid.
  • Check network connectivity and Matomo server availability to avoid request failures.
  • If the API response is empty or returns a 204 status, verify that the query parameters are correct and that data exists for the request.

Links

Discussion