Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node allows managing excluded courses for email campaigns within the Mindz platform. Specifically, the Create operation under the Email Campaign Excluded Course resource adds a course to the list of courses excluded from a particular email campaign. This is useful when you want to prevent certain courses from triggering or being targeted by an email campaign.

Practical examples:

  • You run an email campaign promoting new courses but want to exclude some specific courses that are not relevant or are already promoted elsewhere.
  • You want to dynamically manage exclusions in your marketing automation workflows to tailor email recipients based on course enrollment.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign to which the exclusion will be applied.
Course ID The unique identifier of the course to add to the excluded courses list for the campaign.

Output

The node outputs JSON data representing the result of adding the specified course to the excluded courses of the given email campaign. The exact structure depends on the Mindz API response but typically includes confirmation details such as IDs and status of the exclusion entry.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Mindz API via an OAuth2-based API key credential configured in n8n.
  • The node depends on the Mindz platform's API endpoints for managing email campaigns and their excluded courses.

Troubleshooting

  • Common issues:

    • Invalid or missing Email Campaign ID or Course ID parameters will cause the operation to fail.
    • Network or authentication errors if the API credentials are incorrect or expired.
    • Attempting to exclude a course that is already excluded may return an error or no-op depending on the API behavior.
  • Error messages and resolutions:

    • "Invalid Email Campaign ID" — Verify the campaign ID exists and is correctly entered.
    • "Invalid Course ID" — Confirm the course ID is valid and accessible.
    • Authentication errors — Re-authenticate or update the API credentials in n8n.
    • API rate limits exceeded — Wait and retry later or check API usage quotas.

Links and References

  • Mindz API documentation (general reference for email campaign management)
  • n8n OAuth2 credential setup guide
  • Mindz platform user guides for email campaigns and course management

Discussion