Skip to main content

All Questions

Tagged with
0 votes
1 answer
350 views

Not Receiving test message, on my Whatsapp business webhook on my laravel project

Meta clearly says this on top of the page with dashboard so i made sure am using there test. Applications will only be able to receive test webhooks sent from the app dashboard while they are in ...
Austin Sanga's user avatar
1 vote
0 answers
177 views

Whatsapp business API - message reaction not working

I am having trouble to add a reaction to a message through the whatsapp API. I am receiving an good response like the one in the docs I am posting to https://graph.facebook.com/v18.0/{fromNumber}/...
eki's user avatar
  • 11
-2 votes
1 answer
355 views

issue uploading media files on /media whatsapp cloud api

I am trying to upload a file through WhatsApp Cloud API so, I am using a simple cURL request to do it. public function meta_upload_media2($token,$phonesid,$tipo,$archivo,$filename) { ...
Luis Lara's user avatar
0 votes
1 answer
399 views

How to download Media from the Meta API (Whatsapp Media)

I have followed the documentation on the official link and retrieved the Media URL https://developers.facebook.com/docs/whatsapp/cloud-api/reference/media/#download-media Now once I have the URL, I am ...
izzymo's user avatar
  • 936
0 votes
1 answer
614 views

Can not configuration webhook. The callback URL or verify token couldn't be validated. Please verify the provided information or try again later

i am trying to configure webhook's callback URL on whatsapp with my API but it is not working Here is my API code <?php add_action('rest_api_init', function () { register_rest_route( 'test/...
Phạm Quang Trung's user avatar
0 votes
1 answer
384 views

WhatsApp Business API custom text message with Laravel won't work

I'm trying to use the API to send to myself a custom message, I can already send a hello world template, but I been unable to send myself a custom only text message. //API token given by Meta $...
Javier Auspont Cerda's user avatar