# RSS Botize app — id `rss`. Official site: https://es.wikipedia.org/wiki/RSS. RSS enables users to subscribe to website updates and receive new content automatically. Commonly used for news and blogs. Botize automates tasks between this app and 200+ other services. A task is one trigger followed by one or more actions. ## Triggers (2) The event that starts the task. Exactly one per task. - `rss_new` — Extract the next new entry from an RSS channel https://botize.com/en/method/rss/rss_new.md - `rss_next_from_multichannels` — Extract the next new entry from multiple RSS channels https://botize.com/en/method/rss/rss_next_from_multichannels.md ## Actions (5) What happens next. A task can chain several. - `csv_to_rss` — Convert CSV file to RSS Feed https://botize.com/en/method/rss/csv_to_rss.md - `append_rss` — Add a new entry to an RSS feed https://botize.com/en/method/rss/append_rss.md - `rss_to_markdown` — Convert an RSS feed to Markdown format https://botize.com/en/method/rss/rss_to_markdown.md - `rss_next_to_guid` — Select the next entry to a given GUID https://botize.com/en/method/rss/rss_next_to_guid.md - `rss_random` — Extract a random entry from an RSS channel https://botize.com/en/method/rss/rss_random.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/app/rss