Стек AI-инструментов

Remix: Auto Slack alerts from RSS via n8n

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

Автор: admin · 5 шагов · Июн 7, 2026 · 18 просмотров
  1. 01

    Poll RSS feed every 10 min Оркестрация

    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 Управление

    WhatsApp
    Messaging Platform
  4. 04

    Log message to monitoring channel Управление

    Discord
    Messaging Platform
  5. 05

    Telegram Messenger Управление

    Telegram Messenger
    Messaging Platform

Обсуждение (0)

  • Будьте первым, кто поделится мнением.