n8n Integration

n8n YouTube Shorts Automation

The easiest way to auto-post YouTube Shorts from Google Drive using n8n. Scale your content distribution with a single API call.

No-code setup
Google Drive trigger
Schedule support
Multi-account support
example.js
// HTTP Request Node Configuration
// Method: POST
// URL: https://api.xenonflare.com/media/videos

{
  "video_url": "{{ $node['Google Drive'].json.webContentLink }}",
  "platforms": ["youtube"],
  "youtube": {
    "title": "My Auto Short #1",
    "privacyStatus": "public",
    "tags": ["shorts", "automation"]
  }
}

Common Questions

Do I need a server to run n8n?

You can use n8n Cloud (hosted) or self-host it on your own machine or VPS.

Is YouTube API verification handled?

XenonFlare manages the platform app verification. You just connect your YouTube channel.