Skip to main content

All Questions

0 votes
0 answers
100 views

WhatsApp webhook developed with AWS Lambda works well locally, but occasionally doesn't work online on AWS

I've developed a WhatsApp webhook using AWS Lambda function in Typescript. When I test locally, everything works fine. When I deploy the application, everything works fine as soon as the deployment is ...
geraud's user avatar
  • 1
0 votes
0 answers
140 views

Webhook did not fire after subscribed WABA to application

In order to connect WhatsApp business with an application, I use embedding singup flow. All seems well - I use subscribed_apps endpoints and get a successful response: curl --location --request POST '...
Hodaya Shalom's user avatar
0 votes
1 answer
615 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
538 views

Is there a way to receive outgoing messages through webhook? (Official Whatsapp Business API)

I´m testing the official WhatsApp Business API by Meta, and want to receive the messages that i send to the users through the webhook, because the logic on my program manage the messages that way (I´...
Caleb Vivero's user avatar
0 votes
0 answers
252 views

The URL couldn't be validated. Response does not match challenge, expected value="802376652", received="null"

When I am trying to configure meta webhook using AWS API as callback URL for my lambda function, I am getting an error: The URL couldn't be validated. Response does not match challenge, expected value=...
Amit Chandra's user avatar
0 votes
1 answer
530 views

Trouble with webhook for whatsapp

I am writing a webhook in C# to receive messages, change state and so on from whatsapp business platform. My webhook receives data correctly from meta, but I cannot understand how to convalidate URL. ...
Demo's user avatar
  • 1