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 node interacts with the Mindz API to manage email campaign plans. Specifically, the "Get" operation for the "Email Campaign Plan" resource retrieves details of a specific plan associated with an email campaign. This is useful when you want to fetch configuration or status information about a particular email campaign plan within your marketing automation workflows.
Practical examples include:
- Retrieving the details of a scheduled email campaign plan before sending.
- Checking the configuration or status of a campaign plan to decide on further actions.
- Integrating campaign plan data into reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Email Campaign ID | The unique identifier of the email campaign to which the plan belongs. |
| Plan ID | The unique identifier of the specific plan within the email campaign to retrieve details. |
Output
The node outputs JSON data representing the details of the specified email campaign plan. This typically includes all relevant fields returned by the Mindz API for that plan, such as plan configuration, scheduling, status, and other metadata.
If the node supports binary data output (not indicated here), it would represent attachments or related files, but in this case, the output is purely JSON-based.
Dependencies
- Requires an active connection to the Mindz API via an OAuth2 API credential.
- The user must configure the node with valid API authentication credentials to access the Mindz service.
- Network connectivity to the Mindz API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Email Campaign ID or Plan ID will cause the API call to fail.
- Authentication errors if the OAuth2 token is expired or invalid.
- Network connectivity problems can prevent successful API calls.
Error messages and resolutions:
- "Unauthorized" or "Authentication failed": Check and refresh the API credentials.
- "Plan not found": Verify that the provided Plan ID and Email Campaign ID are correct and exist.
- "Network error": Ensure internet connectivity and that the Mindz API endpoint is reachable.
Links and References
- Mindz API documentation (general reference for email campaign plans)
- n8n OAuth2 credential setup guide
- Mindz platform user guides for email campaigns