Triangle pointing up
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

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.
  1. Go to Settings > Community Nodes (/settings/community-nodes)
  2. Select Install.
  3. Enter n8n-nodes-tubelab in npm package name.
  4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
  5. Select Install.

Setup Credentials

You must first authenticate with TubeLab by setting the Api Key in the node.

  1. Use TubeLab's node
  2. Under Credential to connect with, click Create New Credential.
  3. 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.