-
Notifications
You must be signed in to change notification settings - Fork 45
Pull requests: better-history/chrome-bootstrap
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
curl -X POST -H "Content-Type: application/json" -d '{
"recipient": {
"post_id": "PAGE-POST-ID"
},
"message": {
"attachment":{
"type":"template",
"payload":{
"template_type":"button",
"text":"Of course, what is your budget for the gift?",
"buttons":[
{
"type": "postback",
"title": "LESS THAN $20",
"payload": "GIFT_BUDGET_20_PAYLOAD"
},
{
"type": "postback",
"title": "$20 TO $50",
"payload": "GIFT_BUDGET_20_TO_50_PAYLOAD"
},
{
"type": "postback",
"title": "MORE THAN $50",
"payload": "GIFT_BUDGET_50_PAYLOAD"
}
]
}
}
}
}' "https://graph.facebook.com/v17.0/PAGE-ID/messages?access_token=<PAGE-ACCESS-TOKEN>"
#22
opened Apr 19, 2022 by
ckilpatrick9292
Loading…
ProTip!
Updated in the last three days: updated:>2024-11-03.