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 "Email Campaign" resource with the "Send" operation in this node allows users to send an email campaign through the Mindz platform. This operation is useful for automating the distribution of marketing or informational emails to a targeted list of recipients managed within Mindz. Typical use cases include launching promotional campaigns, sending newsletters, or distributing course-related announcements to subscribers.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign to be sent. This is required to specify which campaign should be triggered for sending. |
Output
The output of the "Send" operation typically contains JSON data representing the result of the send action. This may include confirmation details such as the status of the send request, identifiers for tracking, timestamps, or error messages if the send failed. The exact structure depends on the Mindz API response but generally confirms whether the campaign was successfully dispatched.
No binary data output is expected from this operation.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2-based authentication credential.
- The node depends on the Mindz platform's API endpoints for managing and sending email campaigns.
- Proper configuration of the Mindz OAuth2 credentials in n8n is necessary for authentication and authorization.
Troubleshooting
Common Issues:
- Invalid or missing Email Campaign ID: Ensure that the provided campaign ID exists and is correctly entered.
- Authentication errors: Verify that the OAuth2 credentials are valid and have not expired.
- Network or API downtime: Check connectivity and Mindz service status.
Error Messages:
- "Unauthorized" or "Authentication failed": Reauthenticate or update the OAuth2 credentials.
- "Campaign not found": Confirm the Email Campaign ID is correct and the campaign exists.
- "Failed to send campaign": Review API response details; ensure the campaign is properly configured and ready to be sent.
Links and References
- Mindz API Documentation (hypothetical link)
- n8n OAuth2 Credential Setup Guide: https://docs.n8n.io/credentials/oauth2/
- General Email Marketing Best Practices: https://www.campaignmonitor.com/resources/guides/email-marketing-best-practices/