[{"data":"{\n \"name\": \"YouTube to Twitter & Google Sheets Automation\",\n \"nodes\": [\n {\n \"parameters\": {\n \"pollTimes\": {\n \"item\": [\n {\n \"mode\": \"everyMinute\",\n \"minute\": 15\n }\n ]\n },\n \"feedUrl\": \"=https://www.youtube.com/feeds/videos.xml?channel_id={{$node[\\\"Get Channel ID\\\"].json[\\\"items\\\"][0][\\\"id\\\"]}}\"\n },\n \"id\": \"1a2b3c4d-5e6f-7g8h-9i0j-k1l2m3n4o5p6\",\n \"name\": \"RSS Feed Trigger\",\n \"type\": \"n8n-nodes-base.rssFeedReadTrigger\",\n \"typeVersion\": 1,\n \"position\": [\n 240,\n 300\n ]\n },\n {\n \"parameters\": {\n \"resource\": \"channel\",\n \"operation\": \"getAll\",\n \"returnAll\": true,\n \"filters\": {\n \"forUsername\": \"YOUR_YOUTUBE_USERNAME\"\n }\n },\n \"id\": \"2b3c4d5e-6f7g-8h9i-0j1k-l2m3n4o5p6q7\",\n \"name\": \"Get Channel ID\",\n \"type\": \"n8n-nodes-base.youTube\",\n \"typeVersion\": 1,\n \"position\": [\n 60,\n 300\n ],\n \"credentials\": {\n \"youTubeOAuth2Api\": {\n \"id\": \"youtube_credentials\",\n \"name\": \"YouTube OAuth2 API\"\n }\n }\n },\n {\n \"parameters\": {\n \"text\": \"๐ฅ New video is live! {{ $json.title }} \\n\\n{{ $json.contentSnippet }}\\n\\n๐ {{ $json.link }}\\n\\n#YouTube #Content #SEO\",\n \"additionalFields\": {}\n },\n \"id\": \"3c4d5e6f-7g8h-9i0j-1k2l-m3n4o5p6q7r8\",\n \"name\": \"Post to Twitter\",\n \"type\": \"n8n-nodes-base.twitter\",\n \"typeVersion\": 1,\n \"position\": [\n 420,\n 200\n ],\n \"credentials\": {\n \"twitterOAuth1Api\": {\n \"id\": \"twitter_credentials\",\n \"name\": \"Twitter OAuth API\"\n }\n }\n },\n {\n \"parameters\": {\n \"operation\": \"append\",\n \"documentId\": \"YOUR_GOOGLE_SHEET_ID\",\n \"sheetName\": \"YouTube Content Tracker\",\n \"columns\": {\n \"mappingMode\": \"defineBelow\",\n \"value\": {\n \"Date\": \"={{ new Date().toISOString().split('T')[0] }}\",\n \"Video Title\": \"={{ $json.title }}\",\n \"Video URL\": \"={{ $json.link }}\",\n \"Published Date\": \"={{ $json.pubDate }}\",\n \"Description\": \"={{ $json.contentSnippet }}\",\n \"Status\": \"Posted to Twitter\"\n }\n },\n \"options\": {}\n },\n \"id\": \"4d5e6f7g-8h9i-0j1k-2l3m-n4o5p6q7r8s9\",\n \"name\": \"Add to Google Sheet\",\n \"type\": \"n8n-nodes-base.googleSheets\",\n \"typeVersion\": 3,\n \"position\": [\n 420,\n 400\n ],\n \"credentials\": {\n \"googleSheetsOAuth2Api\": {\n \"id\": \"google_sheets_credentials\",\n \"name\": \"Google Sheets OAuth2 API\"\n }\n }\n },\n {\n \"parameters\": {\n \"conditions\": {\n \"string\": [\n {\n \"value1\": \"={{ $json.title }}\",\n \"operation\": \"isNotEmpty\"\n }\n ]\n }\n },\n \"id\": \"5e6f7g8h-9i0j-1k2l-3m4n-o5p6q7r8s9t0\",\n \"name\": \"Check if New Video\",\n \"type\": \"n8n-nodes-base.if\",\n \"typeVersion\": 1,\n \"position\": [\n 320,\n 300\n ]\n }\n ],\n \"connections\": {\n \"Get Channel ID\": {\n \"main\": [\n [\n {\n \"node\": \"RSS Feed Trigger\",\n \"type\": \"main\",\n \"index\": 0\n }\n ]\n ]\n },\n \"RSS Feed Trigger\": {\n \"main\": [\n [\n {\n \"node\": \"Check if New Video\",\n \"type\": \"main\",\n \"index\": 0\n }\n ]\n ]\n },\n \"Check if New Video\": {\n \"main\": [\n [\n {\n \"node\": \"Post to Twitter\",\n \"type\": \"main\",\n \"index\": 0\n },\n {\n \"node\": \"Add to Google Sheet\",\n \"type\": \"main\",\n \"index\": 0\n }\n ]\n ]\n }\n },\n \"active\": true,\n \"settings\": {},\n \"versionId\": \"1.0.0\",\n \"id\": \"youtube-twitter-sheets-automation\",\n \"meta\": {\n \"instanceId\": \"n8n-instance\"\n },\n \"tags\": [\n {\n \"id\": \"marketing\",\n \"name\": \"Marketing\"\n },\n {\n \"id\": \"seo\",\n \"name\": \"SEO\"\n },\n {\n \"id\": \"youtube\",\n \"name\": \"YouTube\"\n }\n ]\n}"}]