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 allows managing excluded courses for email campaigns within the Mindz platform. Specifically, the "Create" operation under the "Email Campaign Excluded Course" resource adds a course to the list of courses excluded from a particular email campaign. This is useful when you want to prevent certain courses from triggering or being targeted by an email campaign.
Practical scenarios include:
- Avoiding sending promotional emails about specific courses to users enrolled in those courses.
- Managing targeted communications by excluding irrelevant courses from email campaigns.
- Customizing marketing strategies by dynamically updating excluded courses per campaign.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign to which a course exclusion will be added. |
| Course ID | The unique identifier of the course that should be excluded from the specified campaign. |
Output
The output JSON contains the result of adding the specified course to the excluded courses list of the given email campaign. Typically, this includes confirmation details such as IDs and status of the exclusion entry created.
No binary data output is involved in this operation.
Dependencies
- Requires an API key credential for authenticating with the Mindz API.
- The node depends on the Mindz platform's API endpoints related to email campaigns and course exclusions.
- Proper configuration of the Mindz OAuth2 API credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Email Campaign ID or Course ID parameters can cause failures.
- Authentication errors if the API key or OAuth token is invalid or expired.
- Network connectivity problems 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 system.
- "Authentication failed" — Check and refresh the API credentials configured in n8n.
- "Network error" — Confirm internet connectivity and API endpoint availability.
Links and References
- Mindz API documentation (general reference for email campaign management)
- n8n documentation on creating custom nodes and using OAuth2 credentials