Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to perform various operations across multiple resources, including Mobile Messaging. Specifically, for the Mobile Messaging resource with the 'Get Credit Left' operation, it retrieves the remaining SMS credit available for the user. This is useful for monitoring SMS usage and ensuring sufficient credit for sending messages.

Use Case Examples

  1. A marketing team can use this node to check their SMS credit balance before launching an SMS campaign.
  2. A system administrator can automate alerts when SMS credit is low by periodically checking the credit left.

Properties

Name Meaning
Query Parameters Optional parameters to customize the API request, such as filters or flags relevant to the operation.

Output

JSON

  • creditLeft - The amount of SMS credit remaining for the account.

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 API endpoint URL is correct and accessible from the environment where the node runs.
  • If the API returns an error, check the specific operation and resource parameters for correctness.
  • Network issues or Matomo server downtime can cause request failures; verify connectivity and server status.

Links

Discussion