unable to send flow
1

curl --location 'https://graph.facebook.com/v18.0/307841415742053/messages' \ --header 'Authorization: Bearer token' \ --header 'Content-Type: application/json' \ --header 'Cookie: ps_l=1; ps_n=1' \ --data '{ "recipient_type": "individual", "messaging_product": "whatsapp", "to": "918077014515", "type": "interactive", "interactive": { "type": "flow", "header": { "type": "text", "text": "Flow message header" }, "body": { "text": "Flow message body" }, "footer": { "text": "Flow message footer" },"action": { "name": "flow1", "parameters": { "flow_message_version": "3", "flow_action": "navigate", "flow_token": "AQAAAAACS5FpgQ_cAAAAAD0QI3s", "flow_id": "3915747208749686", "flow_cta": "Open Flow!", "flow_action_payload": { "screen": "RECOMMEND", "data": { "recommend_radio":"recommend_radio", "comment_text":"comment_text" } } }

}

} }' reponse={ "error": { "message": "(#131009) Parameter value is not valid", "type": "OAuthException", "code": 131009, "error_data": { "messaging_product": "whatsapp", "details": "CTA flow1 not supported." }, "fbtrace_id": "A6zKoVGC4_f38100LeIg7qi" } }

Deeksha
Posée il y a environ 3 mois