Skip to main content
RSS (Really Simple Syndication) is an open standard, so you can read these feeds in most email clients, browsers, team chat tools, and dedicated feed readers.
MoEngage publishes an RSS feed for each SDK’s release notes. Product and Partner release notes don’t have RSS feeds yet. Check the Product and Partners release notes on the docs site for those updates.
Subscribe to a feed to get new SDK versions, changelogs, and breaking-change notices delivered to the reader of your choice, without checking the docs site manually.

Available Feeds

Each SDK release notes page has its own feed. Copy the feed URL for the SDKs you use.
SDKFeed URL
Androidhttps://www.moengage.com/docs/release-notes/sdks/android/rss.xml
iOShttps://www.moengage.com/docs/release-notes/sdks/ios/rss.xml
Webhttps://www.moengage.com/docs/release-notes/sdks/web/rss.xml
React Nativehttps://www.moengage.com/docs/release-notes/sdks/react-native/rss.xml
Expo (React Native)https://www.moengage.com/docs/release-notes/sdks/expo-react-native/rss.xml
Flutterhttps://www.moengage.com/docs/release-notes/sdks/flutter/rss.xml
Cordovahttps://www.moengage.com/docs/release-notes/sdks/cordova/rss.xml
Capacitorhttps://www.moengage.com/docs/release-notes/sdks/capacitor/rss.xml
Unityhttps://www.moengage.com/docs/release-notes/sdks/unity/rss.xml
Segmenthttps://www.moengage.com/docs/release-notes/sdks/segment/rss.xml
mParticlehttps://www.moengage.com/docs/release-notes/sdks/mparticle/rss.xml

Subscribe to a Feed

Pick the method that matches where you want to receive updates. Each method uses the same feed URL from the table above.
Post new releases to a Slack channel using Slack’s built-in RSS app. Best for teams that track updates together.
Your workspace admin must install the RSS app before you can use the /feed command.
1

Open the channel

Go to the channel where you want release updates to appear.
2

Subscribe to the feed

Send the following message, replacing the URL with your SDK’s feed URL:
/feed subscribe https://www.moengage.com/docs/release-notes/sdks/android/rss.xml
Use /feed list to see your subscriptions and /feed remove [ID] to unsubscribe. For the full command reference, see Slack’s guide on adding RSS feeds to Slack.

Other Things You Can Do with the Feed

Because the feed is machine-readable, an automation tool such as Zapier, Make, or Power Automate can watch it and route new releases anywhere your team works. Common options include:
  • Filtered alerts — notify only when an entry matches a keyword, such as “breaking” or a specific module name.
  • Upgrade tracking — log each release to a Google Sheet, Airtable, or Notion database to track which SDK versions you’ve reviewed.
  • Merged feeds — combine the feeds for the SDKs you use into a single stream in a feed reader.

Create an Upgrade Task for Each Release

Turn every new SDK release into a tracked task in Jira or Linear, so upgrades don’t get missed.
1

Add an RSS trigger

In your automation tool, create a workflow that triggers on new items from your SDK’s feed URL.
2

Add the issue-tracker action

Add an action to create an issue in Jira or Linear.
3

Map the release details to the issue

Use the feed item’s title and link to fill the issue. For example, set the summary to Review [SDK] release: {{title}} and add the release link in the description.
4

Set the assignee and project

Route the issue to the team or project that owns SDK upgrades, then turn on the workflow.