Actions115
- Course Actions
- Bundle Actions
- Course Grade Actions
- Course Grade Detail Actions
- Course Teacher Actions
- Email Actions
- Email Campaign Actions
- Email Campaign Course Actions
- Email Campaign Excluded Course Actions
- Email Campaign Excluded List Actions
- Enroll Actions
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The node provides integration with the Mindz API, allowing users to manage various resources such as email campaigns, courses, subscriptions, and more. Specifically, for the Email Campaign resource with the Schedule operation, this node schedules an existing email campaign to be sent at a specified future date and time.
This functionality is useful in marketing automation scenarios where you want to prepare an email campaign in advance and schedule its delivery without manual intervention at the sending time. For example, a user can create an email campaign promoting a new product and schedule it to be sent on a specific launch date.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign to be scheduled. |
| Scheduled At | The exact date and time when the email campaign should be sent (in ISO 8601 format). |
Output
The node outputs JSON data representing the result of the scheduling action. This typically includes confirmation details such as the campaign ID, scheduled timestamp, status, or any metadata returned by the Mindz API confirming that the campaign has been successfully scheduled.
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 accessible and the provided campaign ID being valid.
Troubleshooting
- Invalid Campaign ID: If the provided Email Campaign ID does not exist or is incorrect, the API will likely return an error. Verify the campaign ID before scheduling.
- Scheduling Date Issues: Ensure the "Scheduled At" date-time is in the future and correctly formatted. Past dates or invalid formats may cause errors.
- Authentication Errors: If the API credentials are missing or expired, the node will fail to authenticate. Reconfigure or refresh the API credentials.
- API Rate Limits: Frequent scheduling requests might hit API rate limits; handle such errors by retrying after some delay.
- Network Issues: Connectivity problems between n8n and the Mindz API can cause failures; check network access and proxy settings if applicable.
Links and References
- Mindz API Documentation (general): https://mindz.example.com/api-docs (replace with actual URL)
- n8n Documentation on HTTP Request Nodes and Credentials: https://docs.n8n.io/