whatsapp-business-java-api
whatsapp-business-java-api copied to clipboard
ButtonSubType FLOW does not exists on enum
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"
}
]
}
}
Hello and welcome! We're glad to see that you've opened your first issue. We appreciate your contribution and would love to hear more about the problem you're experiencing. Our team is actively monitoring this repository and we will do our best to respond to your issue as soon as possible. Thank you for using our project and we look forward to working with you!