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 interacts with the Mindz API to manage "Email Campaign Excluded Course" resources. Specifically, the Get operation retrieves details about a course that has been excluded from a particular email campaign. This is useful in scenarios where you want to verify or audit which courses are excluded from receiving certain email campaigns, for example, to ensure targeted communication or compliance with marketing rules.
Practical examples:
- Fetching exclusion details before sending an email campaign to avoid sending emails to students enrolled in specific courses.
- Auditing excluded courses for a given email campaign to maintain accurate campaign targeting.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign from which a course is excluded. |
| Course ID | The unique identifier of the excluded course whose exclusion details you want to retrieve. |
Output
The output JSON contains the details of the excluded course within the specified email campaign. It typically includes identifiers and metadata confirming the exclusion status. The exact structure depends on the Mindz API response but generally provides confirmation and details about the exclusion relationship.
This node does not output binary 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 related to email campaign exclusions.
- Proper permissions and valid IDs for both the email campaign and the course are necessary.
Troubleshooting
Common issues:
- Invalid or missing Email Campaign ID or Course ID will cause the request to fail.
- Network or authentication errors if the API credentials are incorrect or expired.
- If the specified course is not actually excluded from the campaign, the API may return an error or empty result.
Error messages:
- "Resource not found" or similar indicates the provided IDs do not correspond to an existing exclusion.
- "Unauthorized" or "Authentication failed" suggests issues with the API credentials.
Resolutions:
- Double-check the Email Campaign ID and Course ID values.
- Verify that the API credentials are correctly set up and have not expired.
- Confirm that the course is indeed excluded from the campaign in the Mindz system.
Links and References
- Mindz API Documentation (general): https://docs.mindz.com/api (replace with actual URL if available)
- n8n OAuth2 Credential Setup Guide: https://docs.n8n.io/credentials/oauth2/