- Automatically create daily YouTube playlists based on specified channels.
- Update Google Sheets with new playlist IDs for easy tracking.
- Notify team members via Telegram when playlists are updated.
Trigger the workflow at a specified time using a schedule. Read channel names and IDs from Google Sheets. Fetch the latest videos from YouTube channels. Filter out upcoming videos to ensure only relevant content is added. Create a new playlist on YouTube with the current date. Add fetched videos to the newly created playlist. Update Google Sheets with the new playlist ID. Send a notification via Telegram upon completion.
- 1Import the workflow template into your n8n instance.
- 2Connect your Google Sheets and YouTube accounts.
- 3Set up the schedule trigger to run at your desired time.
- 4Ensure the Google Sheet with channel names is populated.
- 5Test the workflow to confirm it runs as expected.