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, specifically allowing management of emails within email lists. The "Email" resource with the "Delete" operation enables users to remove a specific email from a designated email list.
This functionality is useful in scenarios where you need to programmatically manage your email contacts, such as cleaning up outdated or invalid email addresses, or automating unsubscribe processes. For example, if an email address should no longer receive communications, this node can delete it from the relevant email list automatically.
Properties
| Name | Meaning |
|---|---|
| Email List ID | The unique identifier of the email list that contains the email to be deleted. |
| Email ID | The unique identifier of the email to be deleted from the specified email list. |
Output
The output of the node is the JSON response returned by the Mindz API after attempting to delete the specified email. This typically includes confirmation of deletion or error details if the operation failed.
No binary data output is expected from this operation.
Dependencies
- Requires an active connection to the Mindz API using an OAuth2-based API authentication token.
- The node depends on proper configuration of the Mindz API credentials within n8n.
- Network connectivity to the Mindz API endpoint is necessary.
Troubleshooting
Common Issues:
- Invalid or missing Email List ID or Email ID will cause the deletion to fail.
- Authentication errors if the API token is expired or misconfigured.
- Network issues preventing communication with the Mindz API.
Error Messages and Resolutions:
- "Unauthorized" or "Authentication failed": Check and refresh the API authentication token.
- "Email not found": Verify that the Email ID exists within the specified Email List ID.
- "Invalid Email List ID": Confirm the Email List ID is correct and accessible.
- Network timeout or unreachable host: Ensure network connectivity and Mindz API availability.
Links and References
- Mindz API Documentation (general reference for email management endpoints)
- n8n OAuth2 Credential Setup Guide (for configuring API authentication)