-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fixed buttons for non beta user
- Loading branch information
1 parent
22b2072
commit fbbf094
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The button message is not sent.
WA Version: Version 2.3000.1016489592
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when i clicked the red button, and resend text. the message is sent. But on the recipient phone it only show regular message content only not the title, footer & button
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/wppconnect-team/wa-js/releases/tag/v3.10.1
WPP.chat.sendTextMessage('[email protected]', 'Hello', {
createChat: true,
buttons: [
{
url: 'https://www.whatsapp.com/otp/code/?otp_type=COPY_CODE&code_expiration_minutes=10&code=otp881320',
text: 'Copiar'
},
{
url: 'https://wppconnect.io/',
text: 'WPPConnect Site'
},
],
title: 'Title text', // Optional
footer: 'Footer text' // Optional
});
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is that for otp code button 😳 ... this would be awesome if worked
fbbf094
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After trying to sent it to regular whatsapp, i see this is working.
But sending it to whatsapp bussiness number is not working.