---
title: "Multiple RSS Feeds in Email"
slug: "multiple-rss-feeds-in-email"
description: "Really Simple Syndication (RSS) is a web feed format that allows users to access website updates in a standardized, computer-readable format."
tags: ["email rss", "rss feed", "rss feed link"]
updated: 2026-06-23T10:28:54Z
published: 2026-06-23T10:28:54Z
canonical: "academy.insiderone.com/multiple-rss-feeds-in-email"
---

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

# Multiple RSS Feeds in Email

Really Simple Syndication (RSS) is a web feed format that allows users to access website updates in a standardized, computer-readable format. Websites generally use RSS feeds to publish frequently updated information, such as blog entries, news headlines, or episodes of audio and video series.

This article explains the following topics:

- [What are the benefits of RSS?](/docs/multiple-rss-feeds-in-email#what-are-the-benefits-of-rss)
- [How can I add multiple RSS feeds to my account?](/docs/multiple-rss-feeds-in-email#how-can-i-add-multiple-rss-feeds-to-my-account)
- [What does RSS help you with?](/docs/multiple-rss-feeds-in-email#what-does-rss-help-you-with)

## What are the benefits of RSS?

An RSS feed enables you to embed your content on other websites. If you need to share your content with other sites and allow them to publish it, you can give them a link to your RSS feed, and they can easily embed it. Whenever you publish a new post, its content updates in real time.

## How can I add multiple RSS feeds to my account?

You can also build your email design with multiple RSS feeds for different topics. First, add your feeds to your InOne panel; then use special tags to manage multiple feeds.

To add your feeds, follow these steps:

1. Navigate to **Inone** > **Settings** > **Inone Settings** > **Email Settings**.

2. Scroll down to **RSS Feeds** at the bottom of the page.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/f9c29a43-b019-43c6-8e0e-03ffb4dae81a.png)

3. Click the **Add RSS Feed** button to see a side modal.

4. Enter your **RSS Feed Name** and **RSS Feed Link**. Click the **Add** button to validate the data in the panel.

Your title goes hereRSS Feed Name can consist of **alphabetic** characters, **numbers**, and the _ (**underscore**) sign and be between **3-20 characters**. 

If there are no errors in the feed, it will be stored. If there is, you will be displayed an error with the exact reason.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/ab9e9bc2-0c40-4c51-8fb2-4d2e3dd41397.png)

5. Once you add your RSS feed, it will be listed under RSS Feeds.

![](https://cdn.document360.io/c6df4583-da94-4cb2-bb8a-be0cbdd11109/Images/Documentation/bc7980a6-9bd1-41c1-b5a0-2e218d1775da.png)

6. Now you need to adjust your RSS tags.

As displayed in [Use RSS Feed in Email](https://academy.insiderone.com/docs/rss-for-email#use-rss-feed-in-emails), your regular tags look as follows: {$ channel.item.title@isPermalink $} {$ channel.item.1.media:content.media:description $} {$ channel.title.2@url $} {$ channel.item.0.info.title $}

Once you add multiple RSS feeds, **add the RSS feed name** at the **beginning** of these tags to use them in your email design. For example, to get any information from the "NASA_breaking_news" feed added to the list, you should change your tags as follows: {$ **NASA_breaking_news.**channel.item.title@isPermalink $} {$ **NASA_breaking_news.**channel.item.1.media:content.media:description $} {$ **NASA_breaking_news.**channel.title.2@url $} {$ **NASA_breaking_news.**channel.item.0.info.title $}

You can add **up to 20** RSS feeds, each with a **unique** name and URL.

## How is RSS content fetched?

RSS content is fetched at the actual time of delivery, but not at the scheduled send time. This means recipients may receive slightly different content depending on when their individual email is processed.

If the content cannot be retrieved at send time, the following cases might happen:

- If a specific RSS tag **cannot** **be** **resolved** (e.g., {$ channel.item.0.title $} returns no value), that element is skipped and left empty. The rest of the email is sent successfully. This behavior applies to **both** the **old** and **new** RSS systems.
- If the RSS feed itself **cannot** **be** **fetched** or **parsed** (e.g., the feed URL is unreachable or returns invalid content), the campaign is moved to **Draft** status, and a notification is sent to the campaign owner. The campaign will **not be** **sent** until the issue is resolved and the campaign is re-launched.

## What does RSS help you with?

RSS allows you to deliver fresh content frequently with less effort. In fact, creating content and scheduling emails manually take more time than we think. The RSS feature automatically adds new content to your campaign and sends it on a scheduled date, requiring only an RSS feed URL and tags.

More on RSS:

- When a campaign is set to RSS type, the send time should be scheduled one hour after the RSS is updated in the source.
- Overall statistics for all RSS campaigns are displayed in the campaign analytics.
- Comment lines in the feed will not be displayed in the content. E.g. <![CDATA[yourcomment]]>

## Related

- [Email RSS Feed](/rss-for-email.md)
