diff --git a/AUDIO b/AUDIO new file mode 100644 index 0000000..0417893 --- /dev/null +++ b/AUDIO @@ -0,0 +1,21 @@ +curl -X POST -H "Content-Type: application/json" -d '{ + "recipient":{ + "id":"" + }, + "message":{ + "attachment":{ + "type":"template", + "payload":{ + "template_type":"button", + "text":"Need further assistance? Talk to a representative", + "buttons":[ + { + "type":"phone_number", + "title":"Call Representative", + "payload":"+15105551234" + } + ] + } + } + } +}' "https://graph.facebook.com/me/messages?access_token="