MODO Feed (Custom)
This format will allow you to integrate with MODO. We’ve worked directly with SJU to get this set up in a way that works with their MODO app.
Here’s documentation from MODO on the formatting of feeds to serve them.
Severity Tag
MODO has 3 different severities:
information
warning
alarm
Depending on the client’s needs, you might need to set up multiple feeds, one each with these values in the “severity tag. The example below uses “information”.
Feed Template
Feed Format:
Custom
Header Format:
<?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>LINK TO THIS FEED</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:
Variable Escaping Profile:
XML
Date/Time Format:
RFC1123: Mon, 15 Jun 2009 20:45:30 GMT