Mensagem Interativa do tipo Lista não funcionou, alguém já utilizou e deu certo ?
{
"recipient_type": "individual",
"type": "interactive",
"interactive": {
"type": "list",
"header": {
"type": "text",
"text": "Qual assunto está buscando?"
},
"body": {
"text": "Selecione uma das opções abaixo"
},
"action": {
"button": "Send",
"sections": [
{
"title": "Section 1",
"rows": [
{
"id": "1-consultar-status",
"title": "Consultar status do pedido"
},
{
"id": "2-atendimento",
"title": "Falar com uma de nossas consultoras"
},
{
"id": "3-voltar",
"title": "Voltar"
}
]
}
]
}
}
}