Mindz icon

Mindz

Interact with Mindz API

Actions115

Overview

The node provides integration with the Mindz API, allowing users to manage various Mindz resources such as enrollments, teams, users, courses, email lists, and more. Specifically, for the Email List resource with the Delete operation, this node enables users to delete an existing email list by specifying its unique identifier.

This functionality is useful in scenarios where you need to programmatically remove outdated or unwanted email lists from your Mindz account, helping maintain clean and relevant mailing data. For example, after a marketing campaign ends or when consolidating multiple email lists, you can automate the deletion process using this node.

Properties

Name Meaning
Email List ID The unique identifier of the email list to delete. This is a required string property.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation that the email list was successfully deleted or details about any error encountered.

If the node supports binary data output (not indicated here), it would generally relate to attachments or files associated with the resource, but for deleting an email list, no binary output is expected.

Dependencies

  • Requires an active connection to the Mindz API.
  • Requires an API authentication token configured in n8n credentials (an OAuth2 or similar API key credential).
  • No additional external dependencies are indicated.

Troubleshooting

  • Common issues:
    • Providing an invalid or non-existent Email List ID will likely cause the API to return an error.
    • Missing or expired API authentication token will prevent successful communication with the Mindz API.
  • Error messages:
    • "Email List not found" — Verify the Email List ID is correct.
    • "Authentication failed" — Check that the API credentials are valid and have not expired.
    • Network errors — Ensure n8n has internet access and the Mindz API endpoint is reachable.

Links and References

Discussion