Sign inSign up

eztable/notification-centre

By eztable

Updated over 6 years ago

notificationcentre

Image
0

1.2K

eztable/notification-centre repository overview

Notification Centre

Notification Format

  • basic
{
    "msg": {
        "alert": "中信卡友台北MW時尚義法料理今天買一送一,限量100組所剩不多要搶要快!"
    },
    "receivers": {
        "id": "all",
        "ns": "yocas"
    }
}
  • with customized json
{
    "msg": {
        "alert": "notification!",
        "data": {
            "other": "datas",
        },
        "foo": "bar"
    },
    "receivers": {
        "id": "3085547",
        "ns": "webview"
    }
}
  • load csv as ids
{
  "msg": {
    "alert": "新版APP今天又有更多餐廳排行榜選擇了!還沒更新的你手腳要快哦~"
  },
  "receivers": {
    "csv": "https://eztable-api-config.s3.amazonaws.com/member_id_tw.csv",
    "ns": "webview"
  },
}
  • i18n/ multi-user support/ send to specific app
{
    "msg": {
        "alert":{
            "th":"เวอร์ชั่นใหม่! อัพเกรดสำหรับชารท์จัดอันดับ เเละ EZCASH เครดิตเงินคืน!",
            "zh":"新版本!新增多種料理排行榜 & 回饋金 EZCASH、修正閃退 bug,立即更新嚐鮮!",
            "en":"New Version!! Cash rebate & New restaurant charts, fixed crash bug. upgrade and taste it now!"}
        },
    "receivers": {
        "id": ["3085547", "user2", "user3"],
        "ns": "webview",
        "partner_id": "1188"
    }
}

ns lists

  • webview
  • ezcheck
  • yocas
  • restaurant_manager

Tag summary

Content type

Image

Digest

Size

345.1 MB

Last updated

over 6 years ago

docker pull eztable/notification-centre