Connecting Choppity to n8n
Written By Michael
Last updated 30 days ago
n8n is a self-hosted automation option for teams that want full control over Content OS integrations inside their own VPC or homelab infrastructure.
Typical flows
Watch cloud storage for new MP4s, call Choppity to start clip jobs, wait for webhooks, then push finished files to DAM tools or social schedulers your company already trusts.
Connect Choppity
Use the HTTP Request node with Authorization: Key <secret>. Store secrets in n8n credentials, not plain workflow JSON checked into git repositories.
Webhooks
Register an HTTPS webhook in Choppity Settings pointing to your n8n Webhook node URL. Verify signatures before continuing the workflow to reject forged callbacks.
Self-hosting advantage
Keep video metadata inside your network while still using Choppity for AI clipping. See docs.choppity.com for endpoint details, payload samples, and polling alternatives when webhooks are blocked.