Bearer Toke - Bearer <TOKEN>
POST https://graph.facebook.com/<Version>/<Phone-Number-ID>/messages
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "<Recipient-Phone-Number>",
"type": "template",
"template": {
"name": "<TEMPLATE_NAME>",
"language": {
"code": "pt_BR"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "<TRANSECTION_CODE>"
}
]
},
{
"type": "button",
"sub_type": "url",
"index": "0",
"parameters": [
{
"type": "text",
"text": "<TRANSECTION_CODE>"
}
]
}
]
}
}