AutomationFlowsData & Sheets › Automate SNS Affiliate Posts from RSS

Automate SNS Affiliate Posts from RSS

Original n8n title: 特化型snsアカウント&アフィリエイト半自動化

特化型SNSアカウント&アフィリエイト半自動化. Uses rssFeedRead, chainLlm, googleSheets. Scheduled trigger; 5 nodes.

Cron / scheduled trigger★★★★☆ complexityAI-powered5 nodesRSS Feed ReadChain LlmGoogle Sheets
Data & Sheets Trigger: Cron / scheduled Nodes: 5 Complexity: ★★★★☆ AI nodes: yes Added:

This workflow follows the Chainllm → Google Sheets recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "\u7279\u5316\u578bSNS\u30a2\u30ab\u30a6\u30f3\u30c8\uff06\u30a2\u30d5\u30a3\u30ea\u30a8\u30a4\u30c8\u534a\u81ea\u52d5\u5316",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 6,12,18 * * *"
            }
          ]
        }
      },
      "id": "e2f4f248-c316-433b-814d-fa3e20011a68",
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        220,
        240
      ]
    },
    {
      "parameters": {
        "url": "https://techcrunch.com/feed/"
      },
      "id": "278c5208-16e5-42f5-bbdb-52bf89ee60e8",
      "name": "RSS Feed Read",
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1,
      "position": [
        440,
        240
      ]
    },
    {
      "parameters": {
        "conditions": {
          "string": [
            {
              "value1": "={{ $json.title }}",
              "operation": "contains",
              "value2": "AI"
            }
          ]
        }
      },
      "id": "848e0d49-43c3-42e5-a070-cb41c2c3132e",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "typeVersion": 1,
      "position": [
        660,
        240
      ]
    },
    {
      "parameters": {
        "modelId": {
          "__rl": true,
          "value": "gpt-4o-mini",
          "mode": "list",
          "cachedResultName": "gpt-4o-mini"
        },
        "messages": {
          "values": [
            {
              "content": "\u3042\u306a\u305f\u306f\u512a\u79c0\u306aSNS\u30de\u30fc\u30b1\u30bf\u30fc\u3067\u3059\u3002\u4ee5\u4e0b\u306e\u30cb\u30e5\u30fc\u30b9\u3092\u5143\u306b\u3001X(Twitter)\u5411\u3051\u306e\u9b45\u529b\u7684\u306a\u6295\u7a3f\u6587\uff08140\u5b57\u4ee5\u5185\uff09\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u6700\u5f8c\u306b\u5fc5\u305a\u611f\u60f3\u30921\u884c\u5165\u308c\u3066\u304f\u3060\u3055\u3044\u3002\n\n\u30bf\u30a4\u30c8\u30eb: {{ $json.title }}\nURL: {{ $json.link }}"
            }
          ]
        }
      },
      "id": "673f3249-16e3-4670-bbbd-be77e0b51079",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "typeVersion": 1.4,
      "position": [
        880,
        220
      ],
      "credentials": {
        "openAiApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "value": "1AKQuY8swWLQjSjV-5A5o0cejtI7WBQ-j6K4GIoj9W7M",
          "mode": "id"
        },
        "sheetName": {
          "__rl": true,
          "value": "Sheet1",
          "mode": "id"
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "Date": "={{ $now }}",
            "Title": "={{ $('If').item.json.title }}",
            "URL": "={{ $('If').item.json.link }}",
            "Post_Draft": "={{ $json.text }}"
          }
        },
        "options": {}
      },
      "id": "0d9cbaee-bfa7-4a11-bd23-51b88dfdcdcf",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.3,
      "position": [
        1100,
        220
      ],
      "credentials": {
        "googleSheetsOAuth2Api": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Schedule": {
      "main": [
        [
          {
            "node": "RSS Feed Read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS Feed Read": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "If": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "f9c9b4e3-85f2-4bd5-a3d8-e1cbed1e8ec5",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "id": "workflow-001",
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

特化型SNSアカウント&アフィリエイト半自動化. Uses rssFeedRead, chainLlm, googleSheets. Scheduled trigger; 5 nodes.

Source: https://github.com/keigoderakkusu/jibun-os-hub/blob/3496f2d1941d869028ff8ee171263be411fe561f/n8n_sns_affiliate/n8n_workflow.json — original creator credit. Request a take-down →

More Data & Sheets workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Data & Sheets

Lead Generating Web Scraper & CRM Automation. Uses httpRequest, airtable, googleSheets, gmail. Scheduled trigger; 38 nodes.

HTTP Request, Airtable, Google Sheets +4
Data & Sheets

Splitout Code. Uses httpRequest, splitOut, lmChatAnthropic, spotify. Scheduled trigger; 37 nodes.

HTTP Request, Anthropic Chat, Spotify +3
Data & Sheets

This n8n template gives ecommerce brands a fully automated review intelligence system — running every morning to scrape, analyze, and report on what customers are actually saying across every platform

N8N Nodes Mrscraper, OpenAI Chat, Chain Llm +3
Data & Sheets

This n8n template automatically monitors news sources daily, analyzes article sentiment using AI, and delivers structured intelligence reports to your team — all without any manual reading. It uses Mr

N8N Nodes Mrscraper, OpenAI Chat, Chain Llm +3
Data & Sheets

This template is perfect for content creators, marketers, and researchers managing WeChat public account articles! 🚀 It’s ideal for n8n newcomers or anyone wanting to save time on manual content analy

Google Sheets, RSS Feed Read, Text Classifier +3