Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

This node integrates with the Mindz API to perform operations related to email lists. Specifically, the Email List - Get operation retrieves details of a specific email list by its ID. This is useful when you want to fetch information about an existing email list in your Mindz account, such as for reporting, synchronization, or further processing within an n8n workflow.

Practical examples:

  • Automatically fetching an email list's details before sending targeted campaigns.
  • Synchronizing email list metadata with another system.
  • Validating the existence and properties of an email list before performing updates or deletions.

Properties

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

Output

The node outputs JSON data representing the retrieved email list's details. The exact structure depends on the Mindz API response but typically includes fields such as the list's name, description, creation date, subscriber count, and other metadata.

If the node supports binary data output (not indicated here), it would be summarized accordingly; however, this operation primarily returns JSON data.

Dependencies

  • Requires an active connection to the Mindz API using an OAuth2-based API key credential configured in n8n.
  • The node depends on the Mindz API being accessible and the provided Email List ID being valid.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Email List ID will likely result in an error or empty response.
    • Network connectivity problems or expired/invalid API credentials can cause authentication failures.
  • Error messages and resolutions:

    • "Unauthorized" or "Authentication failed": Check that the API key credential is correctly set up and has not expired.
    • "Email List not found" or similar: Verify that the Email List ID is correct and exists in your Mindz account.
    • Network errors/timeouts: Ensure stable internet connection and that the Mindz API endpoint is reachable.

Links and References

Discussion