Actions116
- 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
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The node allows users to manage the association between email campaigns and courses within the Mindz platform. Specifically, the "Create" operation under the "Email Campaign Course" resource adds a course to an existing email campaign. This is useful for automating marketing or educational workflows where specific courses need to be linked to targeted email campaigns.
Practical examples:
- Adding a new course to an ongoing email campaign to promote it to subscribers.
- Automating the inclusion of newly created courses into relevant email campaigns for student engagement.
- Managing course promotions by dynamically associating courses with different email campaigns based on marketing strategies.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign to which the course will be added. |
| Course ID | The unique identifier of the course that you want to add to the specified email campaign. |
Output
The node outputs JSON data representing the result of adding the course to the email campaign. This typically includes confirmation details such as IDs of the email campaign and course, status of the operation, and any metadata returned by the Mindz API related to this association.
No binary data output is expected from this operation.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2-based API key credential.
- The node depends on the Mindz platform's API endpoints for managing email campaigns and courses.
- Proper configuration of the Mindz OAuth2 API credentials in n8n is necessary for authentication.
Troubleshooting
Common issues:
- Invalid or missing Email Campaign ID or Course ID parameters can cause the operation to fail.
- Authentication errors if the OAuth2 token is expired or misconfigured.
- Network connectivity issues preventing access to the Mindz API.
Error messages and resolutions:
- "Invalid Email Campaign ID" — Verify that the provided campaign ID exists and is correctly formatted.
- "Invalid Course ID" — Ensure the course ID corresponds to an existing course in the Mindz system.
- "Authentication failed" — Check the OAuth2 credentials setup and refresh tokens if necessary.
- "API request failed" — Confirm network connectivity and Mindz API availability.
Links and References
- Mindz API Documentation (hypothetical link)
- n8n OAuth2 Credential Setup Guide
- Managing Email Campaigns in Mindz (hypothetical link)