MagicDoor icon

MagicDoor

Interact with MagicDoor API

Overview

The node interacts with the MagicDoor API to retrieve information about email campaign trackers. Specifically, the "Get Email Campaign Tracker" operation fetches details of a particular email campaign tracker based on the company ID and the campaign name. This is useful for marketing teams or automation workflows that need to monitor or analyze the status and metrics of specific email campaigns within a company.

Practical examples include:

  • Retrieving tracking data for a welcome email series to evaluate its performance.
  • Fetching campaign details before triggering follow-up actions in an automated workflow.
  • Integrating campaign tracking data into dashboards or reports.

Properties

Name Meaning
Company ID The unique numeric identifier of the company associated with the email campaign tracker.
Campaign Name The name of the email campaign whose tracker information you want to retrieve.

Output

The node outputs JSON data containing the details of the requested email campaign tracker. This typically includes tracking metrics and metadata related to the specified campaign within the given company. The exact structure depends on the MagicDoor API response but generally provides insights such as campaign status, execution timestamps, and performance indicators.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the MagicDoor API.
  • The base URL for the API must be configured in the node credentials.
  • Network access to the MagicDoor API endpoint is necessary.

Troubleshooting

  • Missing or invalid Company ID or Campaign Name: Ensure both required properties are provided and correctly formatted.
  • Authentication errors: Verify that the API key credential is valid and has appropriate permissions.
  • API connectivity issues: Check network connectivity and the correctness of the base URL.
  • Unexpected API responses: Confirm that the campaign name exists for the specified company; otherwise, the API may return empty or error responses.

Links and References

Discussion