Created
October 13, 2018 02:03
-
-
Save markchristopherng/6fd1edf5275919fe291e05a0d4eb47c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"pushNotificationSettings":[ | |
{ | |
"groupId":"Deliveries", | |
"groupName":"Deliveries", | |
"channels":[ | |
{ | |
"channelId":"1_ON_MATCH_PUSH", | |
"templateName":"ON_MATCH_PUSH", | |
"channelName":"Added to track list", | |
"importance":3 | |
}, | |
{ | |
"channelId":"2_IN_TRANSIT_PUSH", | |
"templateName":"IN_TRANSIT_PUSH", | |
"channelName":"On its way", | |
"importance":3 | |
}, | |
{ | |
"channelId":"3_DAY_BEFORE_PUSH", | |
"templateName":"DAY_BEFORE_PUSH", | |
"channelName":"Coming tomorrow", | |
"importance":3 | |
}, | |
{ | |
"channelId":"4_ONBOARD_PUSHs", | |
"templateName":"ONBOARD_PUSH", | |
"channelName":"Coming today", | |
"importance":3 | |
}, | |
{ | |
"channelId":"5_AWAITING_COLLECTION_PUSH", | |
"templateName":"AWAITING_COLLECTION_PUSH", | |
"channelName":"Ready to collect", | |
"importance":3 | |
}, | |
{ | |
"channelId":"6_DELIVERED_PUSH", | |
"templateName":"DELIVERED_PUSH", | |
"channelName":"Delivery complete", | |
"importance":3 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment