---
description: Learn how to consume our changelog RSS feeds.
title: Consuming RSS Feeds
image: https://developers.cloudflare.com/og-docs.png
---

[Skip to content](#main-content)

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/fundamentals/llms.txt  
> Use this file to discover all available pages before exploring further.

# Consuming RSS Feeds

Last updated Aug 24, 2026|Copy as Markdown|[View as Markdown](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/fundamentals/new-features/consuming-rss-feeds/index.md)|[Agent setup](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/agent-setup/)

Our [changelogs](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/changelog/) are published to [various RSS feeds](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) with HTML in the `<description>` tag.

In feeds with multiple products, such as the global or product-area feeds, the products associated with a given entry are in the `<category>` tag.

A single product will also appear in the custom `<product>` tag for legacy reasons, but we recommend you use the `<category>`

## Example XML

```xml
<rss version="2.0">
	<channel>
		<title>Cloudflare changelogs</title>
		<description>Updates to various Cloudflare products</description>
		<link>https://developers.cloudflare.com/changelog/</link>
		<item>
			<title>Agents, Workers, Workflows - Build AI Agents with Example Prompts</title>
			<link>https://developers.cloudflare.com/changelog/2025-02-14-example-ai-prompts/</link>
			<guid isPermaLink="true">https://developers.cloudflare.com/changelog/2025-02-14-example-ai-prompts/</guid>
			<description>
				<p>
					We've added an <a href="https://developers.cloudflare.com/workers/get-started/prompting/">example prompt</a> to help you get started with building AI agents and applications on Cloudflare ...
				</p>
			</description>
			<pubDate>Fri, 14 Feb 2025 19:00:00 GMT</pubDate>
			<product>Agents</product>
			<category>Agents</category>
			<category>Workers</category>
			<category>Workflows</category>
		</item>
	</channel>
</rss>
```

## Related resources

You can surface RSS feeds in several different providers, including:

* [Slack ↗](https://slack.com/help/articles/218688467-Add-RSS-feeds-to-Slack)
* [Microsoft Teams ↗](https://learn.microsoft.com/en-us/microsoftteams/m365-custom-connectors)
* [Google Chat ↗](https://developers.google.com/workspace/chat/quickstart/webhooks)

Was this helpful?

YesNo

## On this page

[![](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/_astro/logo.te5VL_aD.svg)Docs](https://docs-durable-objects-instance-replaced-errors.previews.developers.cloudflare.com/)

```json
{"@context":"https://schema.org","@type":"TechArticle","@id":"https://developers.cloudflare.com/fundamentals/new-features/consuming-rss-feeds/#page","headline":"Consuming RSS Feeds · Cloudflare Fundamentals docs","description":"Learn how to consume our changelog RSS feeds.","url":"https://developers.cloudflare.com/fundamentals/new-features/consuming-rss-feeds/","inLanguage":"en","image":"https://developers.cloudflare.com/og-docs.png","dateModified":"2026-08-24","publisher":{"@type":"Organization","name":"Cloudflare","description":"One platform for your apps, agents, and workforce. Build, secure, and scale without managing infrastructure","url":"https://www.cloudflare.com/","sameAs":["https://github.com/cloudflare","https://www.linkedin.com/company/cloudflare","https://x.com/cloudflare"],"logo":{"@type":"ImageObject","url":"https://developers.cloudflare.com/logo.svg"},"address":{"@type":"PostalAddress","streetAddress":"101 Townsend St","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94107","addressCountry":"US"},"contactPoint":[{"@type":"ContactPoint","contactType":"Customer Support","url":"https://support.cloudflare.com/","availableLanguage":["English"]},{"@type":"ContactPoint","contactType":"Sales","url":"https://www.cloudflare.com/contact/","availableLanguage":["English"]}]},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
