-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmsg.json
44 lines (44 loc) · 1.11 KB
/
msg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"recipient": {
"id": "1315593905118354"
},
"message": {
"attachment": {
"type": "template",
"payload": {
"template_type": "generic",
"text": "",
"buttons": null,
"elements": [
{
"title": "Welcome",
"subtitle": "This is an app to split bills and track debt records.",
"default_action": {
"type": "web_url",
"url": "https://debtstracker-dev1.appspot.com/app/#fbm579129655604667",
"messenger_extensions": true
},
"buttons": [
{
"type": "postback",
"title": "📝 Debts",
"payload": "fbm-debts"
},
{
"type": "postback",
"title": "📮 Bills",
"payload": "fbm-bills"
},
{
"type": "postback",
"title": "⚙ Settings",
"payload": "fbm-settings"
}
]
}
]
}
}
},
"notification_type": "NO_PUSH"
}