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 Delete SMS API Credential operation, it deletes the SMS API credential for a specified provider. This is useful for managing SMS API credentials securely and removing outdated or compromised credentials. Practical use cases include automating the cleanup of SMS API credentials or managing SMS providers programmatically within a workflow.

Use Case Examples

  1. Deleting an SMS API credential for a specific SMS provider to revoke access.
  2. Automating the removal of SMS API credentials as part of a security policy enforcement workflow.

Properties

Name Meaning
Query Parameters Collection of query parameters to customize the API request, such as filtering or specifying details relevant to the operation.

Output

JSON

  • json - The JSON response from the Matomo API call, which may include confirmation of deletion or error details.

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 'resource' is set to 'Mobile Messaging' and the 'operation' is set to 'Delete SMS API Credential' to match the intended API call.
  • Check the query parameters for correctness and completeness as incorrect parameters may lead to API errors.
  • If the API returns an error, review the error message and stack trace provided in the node error for debugging.

Links

Discussion