Olá, pessoal!
Estou iniciando com o desenvolvimento do flows e segui este tutorial, apenas adaptando ao meu exemplo. Link tutorial (https://help.blip.ai/hc/pt-br/articles/19143153044375-O-que-%C3%A9-o-WhatsApp-Flows-)
Criei o flows, publiquei e no final utilizei o mesmo código de exemplo pra colocar no flows, apenas alterando o screen e o id, mas quando coloquei lá não renderizou.
Segue até o link do preview: https://business.facebook.com/wa/manage/flows/1988855284818342/preview/?token=b5912a1b-aa1a-455c-96be-0f391cb34c14
O código que coloquei no conteúdo dinâmico que não renderizou:
{
"recipient_type": "individual",
"messaging_product": "whatsapp",
"type": "interactive",
"interactive": {
"type": "flow",
"header": {
"type": "text",
"text": "Title of buttom CTA"
},
"body": {
"text": "Body of buttom CTA"
},
"footer": {
"text": "Footer of buttom CTA"
},
"action": {
"name": "flow",
"parameters": {
"flow_message_version": "3",
"flow_token": "any_string_for_this_example",
"flow_id": "1988855284818342",
"flow_cta": "Open Flow",
"flow_action": "navigate",
"flow_action_payload": {
"screen": "FORM_EXAMPLE",
"data": {
"type": "dynamic_object"
}
}
}
}
}
}