Help Needed: Correct JSON Structure for Nested Questions and Answers in Facebook Conversation Ads
Hello Community,I'm trying to set up a multi-step question-and-answer flow for Facebook Messenger Conversation Ads. Each answer should lead users into a different discovery funnel of further questions and answers. However, my attempts are not triggering conversations correctly.What I Tried:Here is my latest JSON attempt: json :{ "message": { "attachment": { "type": "template", "payload": { "template_type": "button", "text": "Hi! Please let us know how we can help you", "buttons": [ { "title": "Show me the product!", "type": "web_url", "url": "http://www.example.com/" },