Actions13
- Chats Actions
- Companies Actions
- Email Campaign Trackers Actions
- Files Actions
- Sales Actions
Overview
This node interacts with the MagicDoor API to manage email campaign trackers. Specifically, the "Delete Email Campaign Tracker" operation allows users to remove a tracker associated with a particular email campaign within a company. This is useful for cleaning up outdated or irrelevant campaign tracking data, ensuring that only active and relevant campaigns are monitored.
Practical examples include:
- Deleting a tracker after an email campaign has concluded.
- Removing mistakenly created trackers.
- Managing campaign lifecycle by programmatically deleting trackers when campaigns are canceled or replaced.
Properties
| Name | Meaning |
|---|---|
| Company ID | The unique numeric identifier of the company owning the email campaign tracker. |
| Campaign Name | The name of the email campaign whose tracker you want to delete (e.g., "welcome-series"). |
Output
The node outputs data in JSON format representing the result of the delete operation. Typically, this would include confirmation of deletion or any error messages returned by the MagicDoor API. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authenticating with the MagicDoor API.
- The base URL for the MagicDoor API must be configured in the node credentials.
- Network access to the MagicDoor API endpoint is necessary.
Troubleshooting
Common issues:
- Invalid or missing Company ID or Campaign Name will cause the delete operation to fail.
- Authentication errors if the API key credential is incorrect or expired.
- Network connectivity problems preventing access to the MagicDoor API.
Error messages:
- Authorization errors indicating invalid API credentials; resolve by updating the API key.
- Not found errors if the specified campaign tracker does not exist; verify the Company ID and Campaign Name.
- General API errors may require checking the MagicDoor service status or reviewing request parameters.
Links and References
- MagicDoor API Documentation (hypothetical link for reference)
- n8n documentation on creating custom nodes