-
@DaggieBlanqx When [configuring express server](https://blog.logrocket.com/build-ecommerce-app-whatsapp-cloud-api-node-js/#configuring-express-server) and test the webhook field *messages* show the fo…
-
-
-
When a flow is submitted, this method must return a Flow Interactive notification.
`\Netflie\WhatsAppCloudApi\WebHook\Notification\MessageNotificationFactory::buildFromPayload`
Must use this sch…
-
Error processing the webhook when a user changes its phone number.
- [Webhook documentation](https://developers.facebook.com/docs/whatsapp/on-premises/webhooks/inbound#system)
## Payload
Note…
-
try{
$response = $whatsapp_cloud_api->sendTextMessage($number, 'Hey there! test successful!');
return $response;
}catch(\Netflie\WhatsAppCloudApi\Response\ResponseException $e){
…
-
I have tried the new button feature and getting the below error :
Class "Netflie\WhatsAppCloudApi\Message\ButtonReply\Button" not found
Please refer code (Same as provided by you)
$rows = [
ne…
-
Hi,
In my local computer running wamp server it works well.
But in server the error message is:
"Unresolvable dependency resolving [Parameter #0 [ array $config ]] in class Netflie\\WhatsAppCloudA…
-
When we have no ENV variables setted (to disable whatsapp messages), the file WhatsAppCloudApiApp.php do an error in line 38 telling:
Cannot assign null to property Netflie\WhatsAppCloudApi\WhatsAp…
-
I am not sure how to solve this error. I just started using this repository today and I am very new to the WhatsApp API/Facebook Developer Ecosystem.