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.
- 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
To install this package on your remote n8n instance:
npm install n8n-nodes-magicdoorinc
- Stores your MagicDoor API credentials (Client ID and Client Secret)
- Checks if an email campaign has been executed
- Outputs: "Executed" or "Not Executed"
- Marks an email campaign as executed
- Gets the latest execution time of an email campaign
- Gets a list of companies with optional filtering
- Supports filtering by creation date, IDs, phone number, and more
- Gets detailed information about a specific company
- Outputs: "Company Exists" or "Company Not Found"