Actions116
- Course Actions
- Bundle Actions
- Course Grade Actions
- Course Grade Detail Actions
- Course Teacher Actions
- Email Actions
- Email Campaign Actions
- Email Campaign Course Actions
- Email Campaign Excluded Course Actions
- Email Campaign Excluded List Actions
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The Mindz node integrates with the Mindz API, allowing users to interact with various Mindz resources such as subscriptions, payments, accounts, courses, and more. Specifically, the MindzPay Subscription - Get Stats operation retrieves statistical data related to a MindzPay subscription account. This can be useful for monitoring subscription performance, usage metrics, or financial statistics associated with a particular account.
Practical examples include:
- Fetching subscription statistics to analyze customer retention or churn.
- Retrieving payment or usage summaries for billing reconciliation.
- Monitoring subscription health and trends over time.
Properties
| Name | Meaning |
|---|---|
| Account ID | The ID of the MindzPay account to retrieve stats for. |
Output
The output of this operation is JSON data containing the statistics related to the specified MindzPay subscription account. The exact structure depends on the Mindz API response but typically includes fields such as subscription counts, revenue figures, active/inactive statuses, or other relevant metrics.
If the node supports binary data output (not indicated here), it would represent any files or attachments returned by the API, but for this operation, the focus is on JSON-formatted statistical data.
Dependencies
- Requires an active connection to the Mindz API.
- Needs an API authentication token configured in n8n credentials (an OAuth2 or similar API key credential).
- Proper permissions on the Mindz account to access subscription statistics.
Troubleshooting
Common issues:
- Invalid or missing Account ID: Ensure the Account ID is correctly provided and exists in Mindz.
- Authentication errors: Verify that the API credentials are valid and have not expired.
- Network or API downtime: Check connectivity and Mindz service status.
Error messages:
- "Unauthorized" or "Authentication failed": Reconfigure the API credentials.
- "Account not found": Confirm the Account ID is correct.
- "Rate limit exceeded": Wait and retry later or contact Mindz support.
Links and References
- Mindz API Documentation (hypothetical link, replace with actual if available)
- n8n documentation on Creating Custom Nodes