Skip to content

Instantly share code, notes, and snippets.

@dwburns
dwburns / gist:7d3973e54bdf90f9069e
Created October 6, 2014 09:35
Postmark Subway Alert
{
"Subject": "Test subject",
"TextBody": "This is a test text body.",
"Headers": [
{
"Name": "X-MessageID",
"Value": "12345"
}
]
}
{
"alerts": [
{
"id": "12345",
"title": "Test Subject",
"description": "This is a test text body",
"line": "B",
"stations": [
"A19",
"A20"
@dwburns
dwburns / gist:7c00d85502700d3a3f8a
Created October 22, 2014 11:04
Notable Control File
{
"notification1": {
"notification": {
"view": "smallBanner",
"animateFrom": "top"
},
"conditions": {
"any": {
"neverDisplayed": true,
"lastDisplayedMinimumSeconds": 86400,