Posts under category Meta & Facebook

I loaded the available templates using Whatsapp Business api which provided the below given jason response:

{ "name": "test_template", "components": [ { "type": "HEADER", "format": "IMAGE", "example": { "header_handle": [ "https://scontent.whatsapp.net/v/t61.29466-34/431629114_727445832925663_5828608310984645746_n.jpg?ccb=1-7&_nc_sid=8b1bef&_nc_ohc=HEd-nvn_anUAb5k8vBC&_nc_ht=scontent.whatsapp.net&edm=AH51TzQEAAAA&oh=01_ASDkfU6GazAFTOrZ87IWRqi9UQiYqUw-EIMDm05OQc2dsw&oe=6645DC3E" ] } }, { "type": "BODY", "text": "Hello {{1}},\n\nGet Flat 50% OFF on our Newly launched Lean mass Gainer\n\n{{2}} and {{3}}", "example": { "body_text": [ [ "Pintu", "Till Today", "Expires Soon" ] ] } }, { "type": "FOOTER", "text": "proquestnutrition.com" }, { "type": "BUTTONS", "buttons": [ { "type": "QUICK_REPLY", "text": "Hello Sir" }, { "type": "URL", "text": "Visit", "url": "http://proquestnutrition.com/" }, { "type": "PHONE_NUMBER", "text": "Call Now", "phone_number": "+919354231262" } ] } ], "language": "en_US", "status": "APPROVED", "category": "MARKETING", "id": "727445829592330" } 

As it shows my Header format is Image and it contain header handle. Now how can I view the image i had provided to Facebook while creating this template or send template message.

I have tried getting the image my ways like providing the bearer token as authorization, etc. Please help

Hi everyone. I am developing an api where I want to receive feed updates from a Facebook page. I created the backend and configured it with the webhook pages, when I click on the test button of the feed, green check its shown and "The sample update was successfully sent to your server." text its display, but no request is sent; When I click on the send_cart test button I receive a request on my backend (this is only for test reasons, I am not interested receive send_cart requests). I'm not sure if it's some issue with the feed test button. If anyone has an idea how to solve this or knows how to make test requests for the feed in another way, it would be very helpful to me. PD: The url on my backend for the test its a POST url.

Hello fellow developers,

I hope you're all doing well. I am currently setting up a bot (LLM agent) using WhatsApp API and a Flask application hosted on Azure.

As recommended in Azure's tutorial, I have a startup.txt with the following command

gunicorn --bind=0.0.0.0 --timeout 600 --chdir src/whatsapp_agent/whatsapp_agent run:app

which runs locally without an issue.

Once it is deployed on Azure, however, the webhook setting from WhatsApp API (Edit Whatsapp Business Account subscription) returns the following error:

The URL couldn't be validated. Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation timed out after 6000 milliseconds with 0 bytes received; HTTP Status Code = 200; HTTP Message = Connection established

Did anyone run into a similar issue and managed to solve it?

Many thanks!

I am writing to report a critical issue I have been experiencing with the WhatsApp Business Cloud API. When sending template messages that include parameters, I have consistently observed a delay of approximately 1 minute or more before the messages are delivered to the recipients. This delay is causing significant inconvenience and negatively impacting the user experience for my application.
Upon researching this issue, I have found several open tickets and community articles discussing similar problems, some of which have remained unresolved for over a year. This suggests that the issue is not isolated and is affecting a considerable number of developers relying on the WhatsApp Business Cloud API.
As a developer utilizing your API, I kindly request your urgent attention and assistance in resolving this delay in sending template messages with parameters. The timely delivery of messages is crucial for maintaining a seamless user experience and ensuring the effectiveness of my application.
I would greatly appreciate if you could prioritize the investigation and resolution of this issue. Please provide an update on the expected timeline for a fix and any potential workarounds or best practices that can help mitigate the impact of this delay in the meantime.
Thank you for your prompt attention to this matter. I look forward to your response and a swift resolution to this long-standing issue.
Ali