Actions116
- 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
- Email Campaign Excluded Plan Actions
- Email Campaign List Actions
- Email Campaign Plan Actions
- Email List Actions
- Enroll Actions
- MindzPay Account Actions
- MindzPay Invoice Actions
- MindzPay Payment Actions
- MindzPay Subscription Actions
- Subscription Actions
- Team Actions
- User Actions
Overview
The Email Campaign Excluded List - Delete operation allows users to remove a specific excluded list from an email campaign within the Mindz platform. This is useful when you want to update the targeting of an email campaign by removing certain exclusion criteria, thereby allowing previously excluded recipients to receive the campaign emails.
Common scenarios:
- You initially excluded a list of contacts from an email campaign but later decide to include them.
- Cleaning up or managing exclusion lists dynamically based on campaign performance or changes in marketing strategy.
- Automating campaign adjustments in workflows where exclusion lists need to be updated programmatically.
Practical example:
You have an email campaign with ID 12345 and an excluded list with ID 67890. Using this node operation, you can delete the excluded list so that those contacts are no longer excluded from receiving the campaign emails.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign from which you want to delete the excluded list. |
| List ID | The unique identifier of the excluded list you want to remove from the specified email campaign. |
Output
The node outputs JSON data representing the result of the deletion operation. Typically, this will confirm whether the excluded list was successfully removed from the email campaign. The exact structure depends on the API response but generally includes status information or confirmation details.
This node does not output binary data.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2 authentication credential.
- The user must have appropriate permissions to modify email campaigns and their exclusion lists.
- Proper configuration of the Mindz OAuth2 API credentials in n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing Email Campaign ID or List ID parameters.
- Insufficient permissions to modify the email campaign.
- Network or authentication errors connecting to the Mindz API.
Error messages and resolutions:
- "Invalid Email Campaign ID" — Verify that the provided campaign ID exists and is correctly formatted.
- "List ID not found in campaign exclusions" — Confirm that the excluded list ID is currently associated with the specified campaign.
- Authentication errors — Check that the OAuth2 credentials are valid and have not expired.
- API rate limits or connectivity issues — Retry after some time or verify network access.
Links and References
- Mindz API Documentation (hypothetical link)
- n8n OAuth2 Credential Setup Guide: https://docs.n8n.io/credentials/oauth2/
- General n8n Node Development: https://docs.n8n.io/integrations/creating-nodes/