Posts under category Facebook WhatsApp Business API

we've successfully set up a Whatsapp API account and can programmatically receive (soon send) messages. However, I'd like to link the same account to phone/web to easily read/send/receive messages without making use of a third party tool.

If it's impossible to do so via WA web/mobile, is there self-hosted open source UI alternative?

Was expecting to still be able to link a business manager/API account to mobile/Whatsapp web. Not possible.

I'm implementing the WhatsApp Cloud API, one of the steps to do it it's subscribe to webhooks and verify them using three parameters: hub.mode, hub.challenge and hub.verify_token.

We have tried sending webhook tests from several sources and tools to send petitions to the API and we have also sent messages to the WhatsApp account that is being handled by the API, and in none of these tests the Hub parameters are appearing. As it's shown in the image, we are expecting the parameters are shown in a Get array.

This is how the log is looking in my Callback URL

array ( )POST GETarray ( 

This is how the log should look

array ( )POST GETarray (   'hub_mode' => 'subscribe',   'hub_challenge' => '<challenge number>',   'hub_verify_token' => '<token>', ) 

The query string and the request URI should show the hub parameters too, but it doesn't.

What are we missing?

Hello Guys I'm getting this error: The callback URL or verify token couldn't be validated. Please verify the provided information or try again later. When i try to connect the webhook's callback URL I tested this url in postman and it's wokring fine but when i try to use it in the whatsapp quickstart configuration i'm getting that error.

Duplicate Webhook Triggers: - We have created two separate WhatsApp developer applications on developer.facebook.com. - Each application uses different servers, webhooks, and phone numbers. - However, both applications' phone numbers are linked, causing both webhooks to trigger when a message is sent to any linked number.

All my templates that contains media cannot be received in the WhatsApp account sent to even if the send status is successful. Here is the response after sending a template with an image: {"success":true,"response":{"messaging_product":"whatsapp","contacts":[{"input":"212690727818","wa_id":"212690727818"}],"messages":[{"id":"wamid.HBgMMjEyNjkwNzI3ODE4FQIAERgSMDI2NzkzNkZFMzMyMUYzN0E4AA==","message_status":"accepted"}]}}. But the other templates with no media are well received.