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.| SDK | Feed URL |
|---|---|
| Android | https://www.moengage.com/docs/release-notes/sdks/android/rss.xml |
| iOS | https://www.moengage.com/docs/release-notes/sdks/ios/rss.xml |
| Web | https://www.moengage.com/docs/release-notes/sdks/web/rss.xml |
| React Native | https://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 |
| Flutter | https://www.moengage.com/docs/release-notes/sdks/flutter/rss.xml |
| Cordova | https://www.moengage.com/docs/release-notes/sdks/cordova/rss.xml |
| Capacitor | https://www.moengage.com/docs/release-notes/sdks/capacitor/rss.xml |
| Unity | https://www.moengage.com/docs/release-notes/sdks/unity/rss.xml |
| Segment | https://www.moengage.com/docs/release-notes/sdks/segment/rss.xml |
| mParticle | https://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.- Slack
- Microsoft Teams
- Microsoft Outlook
- Browser Extension
- Automated Email
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.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.Add an RSS trigger
In your automation tool, create a workflow that triggers on new items from your SDK’s feed URL.
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.