{
  "id": 42,
  "slug": "remix-auto-slack-alerts-from-rss-via-n8n",
  "title": "Remix: Auto Slack alerts from RSS via n8n",
  "description": "RSS → n8n parses → ChatGPT summarises → Slack channel posts.",
  "instructions": "",
  "tags": [
    "n8n",
    "slack",
    "automation",
    "rss"
  ],
  "cover_emoji": "🔔",
  "author": "alice",
  "language": "en",
  "created_at": "2026-06-07T10:49:56.426540+00:00",
  "updated_at": "2026-06-08T06:25:03.335872+00:00",
  "url": "https://toolstory.ai/ru/stacks/wf/42/remix-auto-slack-alerts-from-rss-via-n8n/",
  "view_count": 20,
  "is_featured": false,
  "forked_from": "https://toolstory.ai/ru/stacks/wf/41/auto-slack-alerts-from-rss-via-n8n/",
  "stats": {
    "ratings": 0,
    "comments": 0,
    "forks": 0,
    "bookmarks": 0
  },
  "steps": [
    {
      "order": 1,
      "title": "Poll RSS feed every 10 min",
      "description": "Run the workflow trigger:\n\n```python\nimport requests\n\ndef trigger_n8n(message):\n    requests.post(\n        'https://n8n.example/webhook/abc',\n        json={'text': message}\n    )\n```\n\nMake sure your webhook URL is **private**. Use *env vars* for tokens.\n\n> Tip: test with a [free n8n cloud trial](https://n8n.io/cloud) first.",
      "kind": "orchestration",
      "tool": {
        "id": 71872,
        "name": "n8n",
        "slug": "n8n",
        "domain": "n8n.io",
        "website": "https://n8n.io",
        "catalog_url": "https://toolstory.ai/tools/71872/n8n/"
      }
    },
    {
      "order": 2,
      "title": "Summarise the article with LLM",
      "description": "",
      "kind": "tool",
      "tool": {
        "id": 74175,
        "name": "Grok",
        "slug": "grok",
        "domain": "grok.com",
        "website": "https://grok.com",
        "catalog_url": "https://toolstory.ai/tools/74175/grok/"
      }
    },
    {
      "order": 3,
      "title": "Post the summary to the team chat",
      "description": "",
      "kind": "control",
      "tool": {
        "id": 95225,
        "name": "WhatsApp",
        "slug": "whatsapp",
        "domain": "whatsapp.com",
        "website": "http://www.whatsapp.com/",
        "catalog_url": "https://toolstory.ai/tools/95225/whatsapp/"
      }
    },
    {
      "order": 4,
      "title": "Log message to monitoring channel",
      "description": "",
      "kind": "control",
      "tool": {
        "id": 95290,
        "name": "Discord",
        "slug": "discord",
        "domain": "discord.com",
        "website": "https://discord.com/",
        "catalog_url": "https://toolstory.ai/tools/95290/discord/"
      }
    },
    {
      "order": 5,
      "title": "Telegram Messenger",
      "description": "",
      "kind": "control",
      "tool": {
        "id": 94782,
        "name": "Telegram Messenger",
        "slug": "telegram-messenger",
        "domain": "telegram.org",
        "website": "https://telegram.org/",
        "catalog_url": "https://toolstory.ai/tools/94782/telegram-messenger/"
      }
    }
  ]
}