Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

This node interacts with the Mindz API to manage "Email Campaign Excluded Plan" resources. Specifically, the Get operation retrieves details about a specific excluded plan associated with an email campaign. This is useful when you want to check which plans are excluded from receiving a particular email campaign, for example, to verify targeting rules or troubleshoot delivery issues.

Practical scenarios include:

  • Fetching exclusion details before sending a campaign to ensure certain subscription plans do not receive it.
  • Auditing campaign configurations to confirm that exclusions are correctly set.
  • Integrating with other systems to synchronize or report on campaign exclusions.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign from which a plan is excluded.
Plan ID The unique identifier of the excluded plan whose details you want to retrieve.

Output

The output JSON contains the details of the excluded plan for the specified email campaign. It typically includes identifiers and metadata describing the exclusion relationship between the campaign and the plan.

If the node supports binary data output (not indicated here), it would represent any file or media content related to the excluded plan, but this node primarily deals with JSON data representing resource information.

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 endpoints that handle email campaign exclusions.
  • Proper permissions on the Mindz account to read email campaign exclusion data are necessary.

Troubleshooting

  • Common Issues:

    • Invalid or missing Email Campaign ID or Plan ID parameters will cause the request to fail.
    • Insufficient API permissions may result in authorization errors.
    • Network connectivity problems can prevent successful API calls.
  • Error Messages:

    • "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 required scopes.
    • "Invalid parameters" — Ensure all required fields are provided and properly formatted.

Resolving these usually involves verifying input parameters, checking API credentials, and ensuring network access.

Links and References

Discussion