curl -X POST "https://gateway.hookmyapp.com/meta/v25.0/${INSTAGRAM_ACCOUNT_ID}/messages" \
-H "Authorization: Bearer ${INSTAGRAM_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-d '{
"recipient": {
"id": "17841400000000001"
},
"message": {
"text": "Pick a time",
"quick_replies": [
{
"content_type": "text",
"title": "Morning",
"payload": "AM"
},
{
"content_type": "text",
"title": "Afternoon",
"payload": "PM"
}
]
}
}'
Send messages
Quick replies
Offer tappable quick-reply chips.