Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node interacts with the Mindz API to manage email campaign lists. Specifically, the Get operation under the Email Campaign List resource retrieves details of a specific list associated with an email campaign. This is useful when you want to fetch information about a particular mailing list used in an email campaign, such as verifying list membership or retrieving metadata.

Practical examples:

  • Fetching the details of a subscriber list linked to a given email campaign to analyze its composition.
  • Retrieving list information before performing further operations like adding or removing subscribers.
  • Integrating Mindz email campaign data into other workflows for reporting or automation purposes.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign to which the list belongs.
List ID The unique identifier of the specific email campaign list to retrieve details for.

Output

The output JSON contains the detailed information of the specified email campaign list. This typically includes fields such as list metadata, subscriber counts, and any other relevant attributes returned by the Mindz API for that list.

If the node supports binary data output (not indicated here), it would represent attachments or files related to the list, but this operation primarily returns structured JSON data.

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 for email campaign list management.
  • Proper permissions on the Mindz account to access email campaign and list data are necessary.

Troubleshooting

  • Missing or invalid Email Campaign ID or List ID: Ensure both IDs are correctly provided and correspond to existing resources in Mindz.
  • Authentication errors: Verify that the OAuth2 credentials are valid and have not expired.
  • API rate limits: If many requests are made in a short time, the Mindz API might throttle requests; implement retry logic or reduce request frequency.
  • Resource not found errors: Confirm that the specified email campaign and list exist and that the user has access rights.
  • Network issues: Check connectivity to the Mindz API endpoint.

Links and References

Discussion