I’m looking to build a fully automated content pipeline using n8n that includes publishing videos directly to TikTok. The goal is a truly “set-it-and-forget-it” system where the workflow handles the final publishing step on a schedule.
My primary question to the community is: What are the most reliable methods or third-party tools that expose a posting API that can be integrated with n8n’s nodes (HTTP Request or a custom node) to achieve this full, end-to-end TikTok automation?
I know the landscape is tricky, so I’m specifically looking for insights on:
-
Direct API Access via Custom Nodes
Has anyone had success implementing the official TikTok Content Posting API? This requires developer account approval, but the API seems to focus on uploading to a draft/inbox rather than immediate publishing. Is there a community node or an HTTP workflow that handles the full publishing (not just the upload)? -
Alternative Workarounds
Are there any creative workarounds (e.g., using a Headless Browser/Puppeteer node for direct UI interaction) that the community has developed to bypass the API limitations, even if they are less officially supported?
I’d appreciate any advice on which direction offers the most stability, scalability, and long-term viability for a robust n8n-powered content machine.