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 Resend Verification Code operation, it resends a verification code to a specified phone number. This is useful in scenarios where a user needs to verify their phone number again, such as during account setup or security checks.

Use Case Examples

  1. Resend a verification code to a user's phone number to verify ownership during account registration.
  2. Trigger a resend of the verification code if the user did not receive the initial SMS.

Properties

Name Meaning
Query Parameters Key-value pairs of query parameters to customize the API request, such as phone number or provider details.
Request Body JSON object containing the request payload for POST operations, such as details required to resend the verification code.

Output

JSON

  • response - The JSON response from the Matomo API call, which may include status or confirmation of the verification code resend.

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 errors.
  • Verify that the phone number and other required parameters are correctly provided in the query parameters or request body.
  • Check the API endpoint URL constructed by the node for correctness, especially the method parameter corresponding to the operation.
  • If the API returns an error, inspect the error message and stack trace provided by the node for debugging.

Links

Discussion