I'm building this App for which using this Meta Whatsapp API, I need to send 2 CTA buttons, but currently stuck on 1. In Addition to this, I also need to add 1 "reply" button, any suggestions how can i achieve this?
PS: Its a bit urgent
"messaging_product": "whatsapp", "recipient_type": "individual", "to": number, "type": "interactive", "interactive": { "type": "cta_url",
"header": {
"type": "text",
"text": "Test"
},
"body": { "text": "We are testing URLs" },
"footer": {
"text": "This is Footer URL"
},
"action": {
"name": "cta_url",
"parameters": {
"display_text": "Visit",
"url": "url"
}
}
} }