n8n Automation
Quickstart
Learn how to setup TubeLab with n8n and create your first workflow.
You can easily integrate TubeLab with n8n to create powerful YouTube automation workflows.
This is a practical guide, and we'll create one example workflow:
- Trends Tracker: leverages TubeLab and AI to automatically create trends reports;
Pre-requisites
- An active TubeLab subscription
- A valid TubeLab API Key
- A self-hosted n8n instance
Setup n8n with TubeLab
Install TubeLab's Node
TubeLab's n8n node is currently under-review to be available on the official n8n marketplace. For the time being you can only installed it on self-hosted n8n instances.
- Go to Settings > Community Nodes (
/settings/community-nodes
) - Select Install.
- Enter
n8n-nodes-tubelab
in npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
Setup Credentials
You must first authenticate with TubeLab by setting the Api Key
in the node.
- Use TubeLab's node
- Under Credential to connect with, click Create New Credential.
- Paste your TubeLab API key and save.
Next steps
Now that you have setup TubeLab with n8n, it's time to create your first workflow.