We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the Radio Buttons action text is hard coded in index.js at line no 435.
button: 'Select a product',
let samples = { messaging_product: 'whatsapp', recipient_type: 'individual', to: recipientPhone, type: 'interactive', interactive: { type: 'list', header: { type: 'text', text: headerText, }, body: { text: bodyText, }, footer: { text: footerText, }, action: { button: 'Select a product', sections: validSections, }, }, };
But this can be anything. Can you please provide an option to use custom text instead fixed text.
The text was updated successfully, but these errors were encountered:
issue DaggieBlanqx#14 fix
0f788a3
No branches or pull requests
For the Radio Buttons action text is hard coded in index.js at line no 435.
button: 'Select a product',
But this can be anything. Can you please provide an option to use custom text instead fixed text.
The text was updated successfully, but these errors were encountered: