Mindz icon

Mindz

Interact with Mindz API

Actions115

Overview

The node provides integration with the Mindz API, specifically allowing management of email campaigns linked to courses. The "Delete" operation under the "Email Campaign Course" resource enables users to remove an association between a specific email campaign and a course. This is useful in scenarios where an email campaign should no longer target or be associated with a particular course, such as when a course is discontinued or the campaign's audience needs adjustment.

Practical example: If you have an ongoing email marketing campaign targeting students enrolled in certain courses, but one course is removed from the campaign's scope, this operation lets you delete that course from the campaign efficiently via automation.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign from which the course association will be deleted.
Course ID The unique identifier of the course to be disassociated from the specified email campaign.

Output

The output JSON structure typically contains confirmation details about the deletion action performed on the email campaign-course association. It may include status indicators or metadata confirming successful removal.

No binary data output is expected for this operation.

Dependencies

  • Requires an active connection to the Mindz API using an OAuth2-based API key credential.
  • Proper configuration of the Mindz API credentials within n8n is necessary.
  • Network access to the Mindz API endpoint must be available.

Troubleshooting

  • Common Issues:

    • Invalid or missing Email Campaign ID or Course ID parameters can cause failures.
    • Insufficient permissions or expired API tokens may result in authorization errors.
    • Attempting to delete a non-existent association might return an error or no-op response.
  • Error Messages and Resolutions:

    • "Unauthorized" or "Authentication failed": Check and refresh the API authentication token or credentials.
    • "Resource not found": Verify that both the Email Campaign ID and Course ID are correct and exist in the system.
    • "Invalid parameters": Ensure all required fields are provided and correctly formatted.

Links and References

Discussion