AI Tool Stack

Remix: Auto Slack alerts from RSS via n8n

RSS → n8n parses → ChatGPT summarises → Slack channel posts.

By admin · 5 steps · Jun 7, 2026 · 24 views
  1. 01

    Poll RSS feed every 10 min Orchestration

    Run the workflow trigger:

    import requests
    
    def trigger_n8n(message):
        requests.post(
            'https://n8n.example/webhook/abc',
            json={'text': message}
        )
    

    Make sure your webhook URL is private. Use env vars for tokens.

    Tip: test with a free n8n cloud trial first.

    n8n
    Integration Platform (iPaaS)
  2. 02

    Summarise the article with LLM

    Grok
    Chat & Assistants — Other
  3. 03

    Post the summary to the team chat Control

    WhatsApp
    Messaging Platform
  4. 04

    Log message to monitoring channel Control

    Discord
    Messaging Platform
  5. 05

    Telegram Messenger Control

    Telegram Messenger
    Messaging Platform

Discussion (0)

  • Be the first to share your thoughts.