Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The node provides integration with the Mindz API, allowing users to manage various resources such as email campaigns, courses, users, teams, subscriptions, and payments. Specifically, for the Email Campaign resource and the Schedule operation, this node enables scheduling an email campaign to be sent at a specified future date and time.

This functionality is useful in marketing automation scenarios where you want to plan and automate the sending of email campaigns without manual intervention at the time of sending. For example, a user can schedule a promotional email campaign to launch on a specific date and time to coincide with a product release or event.

Properties

Name Meaning
Email Campaign ID The unique identifier of the email campaign to be scheduled.
Scheduled At The date and time when the email campaign should be sent (scheduled).

Output

The node outputs JSON data representing the result of the scheduling operation. This typically includes confirmation details such as the campaign ID, scheduled timestamp, status, and any metadata returned by the Mindz API about the scheduled campaign.

No binary data output is indicated for this operation.

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).
  • The node depends on the Mindz API being available and accessible from the n8n environment.

Troubleshooting

  • Common issues:

    • Invalid or missing Email Campaign ID: Ensure the campaign ID exists and is correctly provided.
    • Incorrect date/time format for scheduling: Use the proper ISO 8601 datetime format.
    • Authentication errors: Verify that the API credentials are valid and have sufficient permissions.
    • Network or API downtime: Check connectivity and Mindz API status.
  • Error messages:

    • "Campaign not found" — The provided campaign ID does not exist; verify the ID.
    • "Invalid scheduled date" — The scheduled date/time is invalid or in the past; provide a valid future datetime.
    • "Authentication failed" — Credentials are incorrect or expired; update the API key or token.
    • "API request failed" — General failure; check network and API service status.

Links and References

Discussion