n8n Basics
Learn how to build an automation that publishes to 9 social platforms daily! This sample workflow shows grabbing a video from your Google Drive folder and publishing content to 9 platforms.
n8n template: https://drive.google.com/file/d/1caWxkXczUokRvKibSkdtq1rGg0b-GTFt/view?usp=sharing
Sample google sheet: https://docs.google.com/spreadsheets/d/1gM1hHpqKMkwTrgTqFEDPHR-ee-oWyxQlFPl14h2demQ/edit?usp=sharing
Tips:
make sure your google drive folder is PUBLIC so that the n8n workflow can access it
if you need to recreate "Get Google Drive ID", use this syntax:
{{ $('Google Sheets').item.json['Image or Video URL'].match(//d/([^/]+)/i)[1] }}
Last updated