Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cojennin/12340865d718e201c4804ea51a837ac3 to your computer and use it in GitHub Desktop.
Save cojennin/12340865d718e201c4804ea51a837ac3 to your computer and use it in GitHub Desktop.
Guardian Mobile Lab Notification Payload
[
{
"command": "notification.show",
"options": {
"title": "May jobs report: Good news & bad ",
"options": {
"body": "The US economy added only 38,000 jobs this month. \n\nTAP below to explore the good news and the bad news. ",
"icon": "https://www.gdnmobilelab.com/images/mobilelab-logo-thick.png",
"tag": "jobs-report",
"data": {
"onTap": [
{
"command": "notification.close"
},
{
"command": "browser.openURL",
"options": {
"url": "https://www.theguardian.com/"
}
}
]
}
},
"actionCommands": [
{
"commands": [
{
"command": "notification.close"
},
{
"command": "browser.openURL",
"options": {
"url": "https://www.theguardian.com/"
}
}
],
"template": {
"title": "Give me ☺️ news"
}
},
{
"commands": [
{
"command": "notification.close"
},
{
"command": "browser.openURL",
"options": {
"url": "https://www.theguardian.com/"
}
}
],
"template": {
"title": "Give me 😞 news"
}
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment