N8N Marketing Automation
Dormant Project: N8N marketing automation is not actively maintained. The infrastructure remains available but is not a current priority. Contact the team before making changes.
The n8n-marketing-automation repo contains the Docker Compose deployment for OpticWorks marketing automation on the N100 host.
Deployment (Verified)
Section titled “Deployment (Verified)”From n8n-marketing-automation/README.md and SETUP.md:
ssh n100sudo mkdir -p /opt/n8ncd /opt/n8n
git clone https://github.com/r-mccarty/n8n-marketing-automation.git .cp .env.example .env
docker compose up -dTweet API Shim (Verified)
Section titled “Tweet API Shim (Verified)”The Tweet API shim runs as a systemd service on N100 and listens on 127.0.0.1:5680.
ssh n100 "sudo systemctl status tweet-api"Sources
Section titled “Sources”n8n-marketing-automation/README.mdn8n-marketing-automation/SETUP.mdn8n-marketing-automation/docs/tweet-api-shim.md
Diagrams
Section titled “Diagrams”N8N Deployment (N100)
Section titled “N8N Deployment (N100)”GitHub repo -> /opt/n8n -> docker compose up | Cloudflared tunnel | https://n8n.optic.worksTweet API Shim
Section titled “Tweet API Shim”N8N workflow -> HTTP -> tweet-api (localhost:5680) -> X APIOps Loop
Section titled “Ops Loop”Update repo -> docker compose pull -> docker compose up -d