Package Information
Released: 4/22/2025
Downloads: 31 weekly / 108 monthly
Latest Version: 0.3.0
Author: krsogaard
Available Nodes
Documentation
n8n-nodes-magicdoorinc
This is an n8n community node package for MagicDoor API integration. It provides nodes to interact with the MagicDoor API for managing email campaigns and company information.
Installation
Local Installation (Development)
- Clone the repository
- Navigate to the directory:
cd n8n-nodes-magicdoorinc
- Install dependencies:
pnpm install
- Build the package:
pnpm build
- Link to your n8n installation:
pnpm link
Remote Installation (Production)
To install this package on your remote n8n instance:
npm install n8n-nodes-magicdoorinc
Available Nodes
MagicDoor API Credential
- Stores your MagicDoor API credentials (Client ID and Client Secret)
Email Campaign Status
- Checks if an email campaign has been executed
- Outputs: "Executed" or "Not Executed"
Email Campaign Execute
- Marks an email campaign as executed
Email Campaign Latest
- Gets the latest execution time of an email campaign
Company List
- Gets a list of companies with optional filtering
- Supports filtering by creation date, IDs, phone number, and more
Company Details
- Gets detailed information about a specific company
- Outputs: "Company Exists" or "Company Not Found"