Pessoal, estou tentando fazer a utilização do call action via conteúdo dinâmico, hoje consigo utilizar os botões no formato abaixo, o que devo mudar para ser um call action:
“recipient_type”: “individual”,
“type”: “interactive”,
“interactive”: {
“type”: “button”,
“body”: {
“text”: "Olá, eu sou o chat "
},
“action”: {
“buttons”: /
{
“type”: “url”,
“reply”: {
“id”: “unique-postback-id”,
“title”: “Sim, Clara! 👍”
}
},
{
“type”: “reply”,
“reply”: {
“id”: “unique-id”,
“title”: “Não 👎”
}
}
]
}
}
}