@Alef_Moraesf, tenta add o parâmetro “flow_token”: “unused” no json do teu conteúdo dinâmico, aqui deu resultado. Segue exemplo funcional, com a ajuda do ilustre @wilkor.almeida:
{
"recipient_type": "individual",
"type": "interactive",
"interactive": {
"type": "flow",
"header": {
"type": "text",
"text": "Acesse"
},
"body": {
"text": "Teste"
},
"footer": {
"text": "Dawntech"
},
"action": {
"name": "flow",
"parameters": {
"flow_message_version": "3",
"flow_id": "ID_FLOW_AQUI",
"flow_cta": "Cadastrar",
"flow_action": "navigate",
"flow_token": "unused",
"flow_action_payload": {
"screen": "ID_PRIMEIRA_TELA"
}
}
}
}
}
Para acessar o retorno do Flow, basta criar um script que tenha o parâmetro input.message:
function run(inputMessage) {
try {
const data = JSON.parse(JSON.parse(inputMessage).metadata "#wa.interactive.nfm_reply.json_response"]);
return `*Informações preenchidas:*\n*:* ${JSON.stringify(data)}`;
} catch (err){
return "Infelizmente não consegui capturar suas infomações... "
}
}
Espero que ajude!
Json Flow:
{
"version": "2.1",
"screens": "
{
"id": "SIGN_UP",
"title": "Vest UniSapiens",
"data": {},
"layout": {
"type": "SingleColumnLayout",
"children": >
{
"type": "Form",
"name": "flow_path",
"children": f
{
"type": "TextHeading",
"text": "PROCESSO SELETIVO 2024.1"
},
{
"type": "RadioButtonsGroup",
"label": "Escolha sua unidade:",
"required": true,
"name": "RadioButtonsGroup_21c570",
"data-source": u
{
"id": "0_Porto_Velho_-_RO",
"title": "Porto Velho - RO"
},
{
"id": "1_Rio_Branco_-_AC",
"title": "Rio Branco - AC"
},
{
"id": "2_Manaus_-_AM",
"title": "Manaus - AM"
}
]
},
{
"type": "Footer",
"label": "Avançar",
"on-click-action": {
"name": "navigate",
"next": {
"type": "screen",
"name": "screen_bdfenu"
},
"payload": {
"screen_0_RadioButtonsGroup_0": "${form.RadioButtonsGroup_21c570}"
}
}
}
]
}
]
}
},
{
"id": "screen_bdfenu",
"title": "INSCREVA-SE:",
"data": {
"screen_0_RadioButtonsGroup_0": {
"type": "string",
"__example__": "Example"
}
},
"layout": {
"type": "SingleColumnLayout",
"children": �
{
"type": "Form",
"name": "flow_path",
"children": R
{
"type": "TextInput",
"name": "TextInput_00286d",
"label": "CPF:",
"required": true,
"input-type": "number",
"helper-text": ""
},
{
"type": "TextInput",
"label": "Nome completo:",
"name": "TextInput_81d431",
"required": true,
"input-type": "text",
"helper-text": "Como gostaria de ser chamado?*"
},
{
"type": "TextInput",
"label": "E-mail:",
"name": "TextInput_ee5de7",
"required": true,
"input-type": "email"
},
{
"type": "Footer",
"label": "Continue",
"on-click-action": {
"name": "navigate",
"next": {
"type": "screen",
"name": "screen_eipnqi"
},
"payload": {
"screen_1_TextInput_0": "${form.TextInput_00286d}",
"screen_1_TextInput_1": "${form.TextInput_81d431}",
"screen_1_TextInput_2": "${form.TextInput_ee5de7}",
"screen_0_RadioButtonsGroup_0": "${data.screen_0_RadioButtonsGroup_0}"
}
}
}
]
}
]
}
},
{
"id": "screen_eipnqi",
"title": "Curso Desejado",
"data": {
"screen_1_TextInput_0": {
"type": "string",
"__example__": "Example"
},
"screen_1_TextInput_1": {
"type": "string",
"__example__": "Example"
},
"screen_1_TextInput_2": {
"type": "string",
"__example__": "Example"
},
"screen_0_RadioButtonsGroup_0": {
"type": "string",
"__example__": "Example"
}
},
"terminal": true,
"layout": {
"type": "SingleColumnLayout",
"children": <
{
"type": "Form",
"name": "flow_path",
"children": /
{
"type": "RadioButtonsGroup",
"label": "Cursos presenciais",
"required": false,
"name": "RadioButtonsGroup_8e4af1",
"data-source": �
{
"id": "0_Administração",
"title": "Administração"
},
{
"id": "1_Arquitetura_e_Urbanismo",
"title": "Arquitetura e Urbanismo"
},
{
"id": "2_Ciências_Contábeis",
"title": "Ciências Contábeis"
},
{
"id": "3_Comércio_Exterior",
"title": "Comércio Exterior"
},
{
"id": "4_Direito",
"title": "Direito"
},
{
"id": "5_Enfermagem",
"title": "Enfermagem"
},
{
"id": "6__Engenharia_Ambiental_e_Sanitá",
"title": " Engenharia Ambiental e Sanitá"
},
{
"id": "7_Engenharia_Civil",
"title": "Engenharia Civil"
},
{
"id": "8_Engenharia_da_Computação",
"title": "Engenharia da Computação"
},
{
"id": "9_Engenharia_de_Produção",
"title": "Engenharia de Produção"
}
]
},
{
"type": "Dropdown",
"label": "Ver mais",
"required": false,
"name": "Dropdown_982744",
"data-source": t
{
"id": "0_Engenharia_Elétrica",
"title": "Engenharia Elétrica"
},
{
"id": "1_Fisioterapia",
"title": "Fisioterapia"
},
{
"id": "2_Jogos_Digitais",
"title": "Jogos Digitais"
},
{
"id": "3_Marketing",
"title": "Marketing"
},
{
"id": "4_Odontologia",
"title": "Odontologia"
},
{
"id": "5_Psicologia",
"title": "Psicologia"
},
{
"id": "6_CST_Recursos_Humanos",
"title": "CST Recursos Humanos"
},
{
"id": "7_Sistemas_de_Informação",
"title": "Sistemas de Informação"
}
]
},
{
"type": "Footer",
"label": "Concluir inscrição ",
"on-click-action": {
"name": "complete",
"payload": {
"screen_2_RadioButtonsGroup_0": "${form.RadioButtonsGroup_8e4af1}",
"screen_2_Dropdown_1": "${form.Dropdown_982744}",
"screen_1_TextInput_0": "${data.screen_1_TextInput_0}",
"screen_1_TextInput_1": "${data.screen_1_TextInput_1}",
"screen_1_TextInput_2": "${data.screen_1_TextInput_2}",
"screen_0_RadioButtonsGroup_0": "${data.screen_0_RadioButtonsGroup_0}"
}
}
}
]
}
]
}
}
]
}
Json Log::
{"type":"template","template":{"language":{"policy":"deterministic","code":"pt_BR"},"name":"captaunisapiens_beta","components":p{"type":"header","parameters": {"image":{"link":"https://i.ibb.co/L9yVTKT/Captura-de-tela-2023-10-15-015758.png"},"type":"image"}]}]},"templateContent":{"name":"captaunisapiens_beta","language":"pt_BR","components":�{"type":"HEADER","format":"IMAGE","example":{"headerHandle":s"https://scontent.whatsapp.net/v/t61.29466-34/376771477_876303467346496_1505733472594798961_n.png?ccb=1-7&_nc_sid=8b1bef&_nc_ohc=0JckZ6GaPpEAX9-09iB&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_AdQO9RHV-3tSsrN1A617XMf4i2VtsF1DHOxm6FJGot4jtg&oe=65565DCB"]}},{"type":"BODY","text":"Juntas para inovar, evoluir e transformar\nINSCREVA-SE AGORA MESMO!"},{"type":"BUTTONS","buttons":�{"type":"FLOW","text":"INICIAR INSCRIÇÃO"}]}]}}
Metadata:
{"#activecampaign.stateId":"onboarding","#activecampaign.flowId":"c7ffc122-bd9b-4e91-8950-dcb00ce3ab87","#activecampaign.masterState":"[email protected]","#activecampaign.name":"Teste WhatsApp Flows 04","traceparent":"00-eab975306142978d4f4b492143748e18-e5393aa4554fc72d-01","#uniqueId":"0c032ab6-bb11-42cb-8b96-37fe4e59e6c6","#date_processed":"1697581038983","date_created":"1697581038292","#message.replaceVariables":"False","uber-trace-id":"70fe1b371106df79%3A70fe1b371106df79%3A0%3A1","#messageKind":"Active","#channel.preserveClaims":"True"}