...
Feed Format: RSS
Feed URL: https://[universitycollege].apparmor.com/Notifications/Feeds/ID/?ID=RSS
Modo Feed (Custom)
Feed Format: Custom
Header Template:
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Notifications: [Insert App Name]</title>
<link><https://[universitycollege].apparmor.com/Notifications/Feeds/ID/?ID=Modo</link>>
<description>Active alerts for [Insert Institution Name].</description>
<language>en</language>
Item Template:
<item>
<title>[alert.info.headline]</title>
<link>[alert.info.web]</link>
<description>[alert.info.description]</description>
<content>[alert.info.description]</content>
<severity>information</severity>
<dc:creator>Admin</dc:creator>
<guid isPermaLink="false">[alert.info.web]</guid>
<pubDate>[alert.sent]</pubDate>
</item>
...
Footer Template:
</channel>
</rss>
Empty Feed Template:
<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Notifications: [Insert App Name]</title><link><https://[universitycollege].apparmor.com/Notifications/Feeds/ID/?ID=Modo</link><description> /><language>en-us</language><lastBuildDate>[DateTime.Now]</lastBuildDate></channel></rss>
Variable Escaping Profile: XML
Date/Time Format: RFC1123: Mon, 15 Jun 2009 20:45:30 GMT
Feed URL: https://[universitycollege].apparmor.com/Notifications/Feeds/ID/?ID=Modo
...