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 email campaign lists. The "Delete" operation under the "Email Campaign List" resource enables users to remove a specific list from an email campaign. This is useful in scenarios where you want to clean up or update the recipients associated with a campaign by removing outdated or incorrect lists.
Practical examples include:
- Removing a mailing list that is no longer relevant to a campaign.
- Managing dynamic campaign audiences by deleting lists based on user actions or external triggers.
- Automating cleanup of email campaign configurations as part of a larger marketing workflow.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign from which the list will be deleted. |
| List ID | The unique identifier of the list to be removed from the specified email campaign. |
Output
The output JSON typically contains the response from the Mindz API confirming the deletion of the list from the email campaign. This may include status information or confirmation messages indicating success or failure.
If the node supports binary data output (not indicated here), it would generally represent any files or attachments related to the operation, but for this delete operation, output is expected to be purely JSON-based.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2 authentication credential.
- The node depends on the Mindz API being accessible and the provided credentials having sufficient permissions to modify email campaigns.
- No additional environment variables are explicitly required beyond the configured API authentication.
Troubleshooting
Common Issues:
- Invalid or missing Email Campaign ID or List ID parameters will cause the operation to fail.
- Insufficient permissions or expired API tokens can result in authorization errors.
- Network connectivity issues may prevent communication with the Mindz API.
Error Messages:
- "Resource not found" — Verify that both the Email Campaign ID and List ID exist and are correct.
- "Unauthorized" or "Authentication failed" — Check that the API credentials are valid and have not expired.
- "Failed to delete list" — Could indicate server-side issues or that the list is already removed; retry or verify state in Mindz dashboard.
Resolving these usually involves verifying input parameters, refreshing credentials, and ensuring network access.
Links and References
- Mindz API Documentation (general reference for endpoints and authentication)
- n8n OAuth2 Credential Setup Guide (for configuring API authentication)
- Mindz Dashboard (to manage campaigns and lists manually)