Skip to content
New issue

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

Messages with Categories like Product, Payment , Buttons, Interactions and Polls are not working fine with v0.0.7 #532

Open
pcvarma-sayukth opened this issue Nov 24, 2024 · 2 comments
Labels
waiting triage A maintainer acknowledged the issue, further discussion is needed

Comments

@pcvarma-sayukth
Copy link

@Auties00
I am just reporting the Test Results of the Messages with v0.0.7
I have used Android Business Account and WEB Device for the following test cases for the Messages.

I have a couple of Questions,
#1. Using Whatsapp Business Account & Device.Web is it possible to send the following Message Types to a JID having whatsapp account? Please let me know
HighlyStructuredMessage
SendPaymentMessage
RequestPaymentMessage
TemplateMessage
ProductMessage
ListMessage
PaymentOrderMessage
PaymentInvoiceMessage
ButtonsMessage
InteractiveMessage
PollCreationMessage
PollUpdateMessage

#1. Using Whatsapp Business Account & Device.Web is it possible to read the following Message Types from a JID having whatsapp
ButtonsResponseMessage
ListResponseMessage

When tried to implement the code it is working fine for the Standard Messages.
I am not able to make it for the Message types like Product, Payment , Buttons, Interactions and Poll etc.

Please let me know if i am missing something. Please guide us how to make these uses cases working

Thanks in advance.

@Auties00 Auties00 added the waiting triage A maintainer acknowledged the issue, further discussion is needed label Nov 24, 2024
@Auties00
Copy link
Owner

@Auties00 I am just reporting the Test Results of the Messages with v0.0.7 I have used Android Business Account and WEB Device for the following test cases for the Messages.

I have a couple of Questions, #1. Using Whatsapp Business Account & Device.Web is it possible to send the following Message Types to a JID having whatsapp account? Please let me know HighlyStructuredMessage SendPaymentMessage RequestPaymentMessage TemplateMessage ProductMessage ListMessage PaymentOrderMessage PaymentInvoiceMessage ButtonsMessage InteractiveMessage PollCreationMessage PollUpdateMessage

#1. Using Whatsapp Business Account & Device.Web is it possible to read the following Message Types from a JID having whatsapp ButtonsResponseMessage ListResponseMessage

When tried to implement the code it is working fine for the Standard Messages. I am not able to make it for the Message types like Product, Payment , Buttons, Interactions and Poll etc.

Please let me know if i am missing something. Please guide us how to make these uses cases working

Thanks in advance.

These messages exist in the Whatsapp proto, but they are filtered from the server, so you would need an account which was has the meta verified green tick next to it to send them(recently also InteractiveMessage if I'm not mistaken):
HighlyStructuredMessage
TemplateMessage
ListMessage
ButtonsMessage
InteractiveMessage

These work:
ProductMessage
SendPaymentMessage
RequestPaymentMessage
PaymentOrderMessage
PaymentInvoiceMessage
PollCreationMessage
PollUpdateMessage

@pcvarma-sayukth
Copy link
Author

pcvarma-sayukth commented Nov 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting triage A maintainer acknowledged the issue, further discussion is needed
Projects
None yet
Development

No branches or pull requests

2 participants