This request works on WhatsApp Business API, but I don't have the FLOW subtype on wrapper.
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "...",
"type": "template",
"template": {
"name": "...",
"language": {
"code": "pt_BR"
},
"components": [
{
"type": "body",
"parameters": [
{
"type": "text",
"text": "..."
},
{
"type": "text",
"text": "..."
},
{
"type": "text",
"text": "..."
},
{
"type": "text",
"text": "..."
}
]
},
{
"type": "button",
"sub_type": "flow",
"index": "0"
}
]
}
}
This request works on WhatsApp Business API, but I don't have the
FLOWsubtype on wrapper.{ "messaging_product": "whatsapp", "recipient_type": "individual", "to": "...", "type": "template", "template": { "name": "...", "language": { "code": "pt_BR" }, "components": [ { "type": "body", "parameters": [ { "type": "text", "text": "..." }, { "type": "text", "text": "..." }, { "type": "text", "text": "..." }, { "type": "text", "text": "..." } ] }, { "type": "button", "sub_type": "flow", "index": "0" } ] } }