Стек AI-инструментов
Remix: Auto Slack alerts from RSS via n8n
RSS → n8n parses → ChatGPT summarises → Slack channel posts.
-
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.
-
02
Summarise the article with LLM
-
03
Post the summary to the team chat Управление
-
04
Log message to monitoring channel Управление
-
05
Telegram Messenger Управление
T
Обсуждение (0)