Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node interacts with the Mindz API to manage "Email Campaign Excluded Course" resources. Specifically, for the Delete operation, it removes a course from the exclusion list of an email campaign. This means that the specified course will no longer be excluded from receiving the email campaign.

This node is useful in scenarios where you want to dynamically update which courses should not receive certain email campaigns, for example:

  • Removing a course from the exclusion list after it becomes relevant for a campaign.
  • Correcting mistaken exclusions without manually updating the campaign settings in the Mindz platform.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign from which a course exclusion will be removed.
Course ID The unique identifier of the course to be removed from the email campaign's exclusion list.

Output

The output JSON structure typically contains the response from the Mindz API confirming the deletion of the excluded course from the email campaign. It may include status information or confirmation details about the removal.

No binary data output is expected for this operation.

Dependencies

  • Requires an active connection to the Mindz API via an OAuth2-based API key credential.
  • The node depends on the Mindz API service being available and accessible.
  • Proper permissions are needed on the API key to modify email campaign exclusions.

Troubleshooting

  • Common issues:

    • Invalid or missing Email Campaign ID or Course ID parameters will cause the operation to fail.
    • Insufficient API permissions can result in authorization errors.
    • Network connectivity problems may prevent communication with the Mindz API.
  • Error messages and resolutions:

    • "Resource not found" — Verify that both the Email Campaign ID and Course ID exist and are correct.
    • "Unauthorized" or "Forbidden" — Check that the API credentials have the necessary permissions.
    • "Invalid parameters" — Ensure all required fields are provided and correctly formatted.

Links and References

Discussion