n8n-nodes-marketing-architects-node
v1.0.3
Published
Marketing Architects Node for n8n
Maintainers
Readme
n8n-nodes-marketing-architects-node
An n8n community node for the Marketing Architects API — AI-powered text completion, image generation, video generation, and project management.
Installation
Follow the n8n community nodes installation guide.
Credentials
- Token: Your Marketing Architects API bearer token
- Domain: API endpoint (defaults to
https://pushbtn.api.misfitsandmachines.com)
Operations
Brand
- Get Brand Info — Retrieve brand information for a given domain
Text
- Text Completion — Generate text completions via OpenRouter API
Image
- Image Generation — Create images from text prompts (Replicate)
- Image Resize — Resize images with configurable fit, format, and quality
- Analyze Image — Analyze images with custom prompts
- Create Collage — Combine multiple images into a collage
Video
- Video Generation — Create videos from text prompts (Replicate)
- Create Video with Runway — Generate videos using Runway ML Seedance 2.0 (prompt, duration, ratio, sync/async, optional reference image)
- Get Runway Task Status — Check the status of a Runway video generation task by ID
- Download Runway Video — Download a completed Runway video by task ID
- Analyze Video — Analyze video content from a URL with custom prompts and output schemas
Project
- Log Event — Log workflow events for tracking
Development
npm run build # Build the project
npm run dev # Watch mode
npm run lint # Lint
npm run format # Format with PrettierLink to n8n locally
npm run build && npm link
cd ~/.n8n/nodes && npm link n8n-nodes-marketing-architects-node
n8n startPublishing
Publish via GitHub Actions:
- Push changes to
master - Go to Actions → Manual Release & Publish
- Click Run workflow
- Choose version type (
patch/minor/major) - Click Run workflow
