Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node integrates with the Mindz API to manage and retrieve data related to email campaigns, among other resources. Specifically, for the Email Campaign resource and the Stats operation, it fetches statistical information about a particular email campaign identified by its ID. This is useful for users who want to monitor the performance of their email marketing efforts, such as tracking open rates, click rates, or other engagement metrics.

Practical examples include:

  • Retrieving stats after sending an email campaign to analyze its effectiveness.
  • Scheduling automated reports based on campaign statistics.
  • Integrating campaign stats into dashboards or CRM systems for real-time insights.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign for which statistics are requested.

Output

The node outputs JSON data containing the statistics of the specified email campaign. The exact structure depends on the Mindz API response but typically includes fields such as:

  • Number of emails sent
  • Open rate percentage
  • Click-through rate
  • Bounce count
  • Unsubscribe count
  • Other relevant engagement metrics

If the node supports binary data output (not indicated here), it would typically represent attachments or exported reports related to the campaign stats.

Dependencies

  • Requires an active connection to the Mindz API via an OAuth2-based API key credential.
  • The user must configure the node with valid Mindz API credentials in n8n.
  • Network access to the Mindz API endpoints is necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing Email Campaign ID will cause the API call to fail.
    • Expired or invalid API credentials will result in authentication errors.
    • Network connectivity issues can prevent successful API calls.
  • Error Messages:

    • "Unauthorized" or "Authentication failed": Check that the API credentials are correctly configured and have not expired.
    • "Campaign not found": Verify that the provided Email Campaign ID exists and is correct.
    • Timeout or network errors: Ensure stable internet connection and that the Mindz API service is reachable.

Links and References

Discussion