Actions13
- Chats Actions
- Companies Actions
- Email Campaign Trackers Actions
- Files Actions
- Sales Actions
Overview
The node interacts with the MagicDoor API to manage email campaign trackers. Specifically, the "Set Email Campaign Executed" operation marks an email campaign as executed for a given company. This is useful in scenarios where you want to update the status of an email campaign programmatically after it has been sent or processed, enabling automation workflows that track campaign progress and trigger subsequent actions based on execution status.
Practical examples include:
- Automatically marking a welcome email series as executed once it has been sent.
- Updating campaign statuses in bulk for reporting or analytics purposes.
- Integrating with CRM systems to reflect real-time campaign execution states.
Properties
| Name | Meaning |
|---|---|
| Company ID | The numeric identifier of the company associated with the email campaign. |
| Campaign Name | The name of the email campaign to mark as executed (e.g., "welcome-series"). |
Output
The node outputs JSON data representing the result of setting the email campaign as executed. This typically includes confirmation details such as success status, updated campaign information, or error messages if the operation failed. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential to authenticate requests to the MagicDoor API.
- The base URL for the MagicDoor API must be configured in the node credentials.
- Network connectivity to the MagicDoor service endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing API credentials will cause authentication failures.
- Providing an incorrect Company ID or Campaign Name may result in errors indicating the campaign was not found.
- Network timeouts or unreachable API endpoints can cause request failures.
Error messages and resolutions:
- Authentication failed: Verify that the API key credential is correctly set up and has proper permissions.
- Campaign not found: Check that the Company ID and Campaign Name are correct and exist in the MagicDoor system.
- Network error: Ensure the base URL is reachable and there are no firewall restrictions blocking access.
Links and References
- MagicDoor API Documentation (hypothetical link)
- n8n documentation on creating custom nodes