Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

This node interacts with the Mindz API to manage "Email Campaign Excluded Plan" resources, specifically supporting the Delete operation. The Delete operation removes an excluded plan from a specified email campaign, effectively updating the campaign's targeting by excluding that plan.

Typical use cases include:

  • Managing targeted email campaigns where certain subscription plans should be excluded from receiving specific emails.
  • Automating cleanup or updates of email campaign exclusions based on changing marketing strategies or user subscriptions.
  • Integrating with Mindz platform workflows to dynamically adjust email campaign audiences.

For example, if you have an email campaign promoting a new feature but want to exclude users subscribed to a particular plan from receiving this campaign, you would use this node to delete that plan from the campaign’s exclusion list.

Properties

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

Output

The node outputs JSON data representing the result of the deletion request. This typically includes confirmation of the removal or details about the updated state of the email campaign exclusions.

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 API being accessible and the provided credentials having sufficient permissions to modify email campaign exclusions.

Troubleshooting

  • Common issues:

    • Invalid or missing Email Campaign ID or Plan ID parameters will cause the operation to fail.
    • Insufficient permissions or expired API credentials can lead to authorization errors.
    • Network connectivity problems may prevent successful API calls.
  • Error messages and resolutions:

    • "Resource not found" — Verify that both the Email Campaign ID and Plan ID exist and are correct.
    • "Unauthorized" or "Authentication failed" — Check that the API credentials are valid and have not expired.
    • "Failed to delete excluded plan" — Confirm that the plan is currently excluded from the campaign; otherwise, deletion is not applicable.

Links and References

  • Mindz API Documentation (hypothetical link for reference)
  • n8n documentation on OAuth2 Credentials
  • General guide on managing email campaigns and exclusions within Mindz platform (refer to official Mindz user guides)

Discussion