forked from fbsamples/messenger-platform-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
threadsettings_persistent_menu.sh
executable file
·35 lines (35 loc) · 1.22 KB
/
threadsettings_persistent_menu.sh
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
curl -X POST -H "Content-Type: application/json" -d '{
"persistent_menu":[
{
"locale":"default",
"composer_input_disabled":true,
"call_to_actions":[
{
"type":"postback",
"title":"🚗 Pedir Cabify",
"payload":"REQUEST_CABIFY"
},
{
"type":"nested",
"title":"📞 Atención al Cliente",
"type":"nested",
"call_to_actions":[
{
"type":"web_url",
"title":"🔍 Item perdido",
"url":"https://cabify-bot.herokuapp.com/lost_items",
"webview_height_ratio":"compact",
"webview_share_button":"hide",
"messenger_extensions":true,
"fallback_url":"https://cabify-bot.herokuapp.com/not_yet"
},{
"type":"postback",
"title":"💵 Problema facturación",
"payload":"ASSISTANCE_BILLING"
}
]
}
]
}
]
}' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=EAABmZCdKQWHkBAEGMd5dAeCtewfAJJTqkzFz5Osd05sPgm0euzQlr50eJZA7YP6hkfkrXCvOa42kQnHxA2FEZCgGZCAcSSsgDOplL6jeTmdUiMzBeQomZAazIxSfjd12LaDFCZCbXbzDapUZASOhG8VpjHPqsx8WT7CuXEBfFSmPAZDZD"