whatsapp-cloud-api icon indicating copy to clipboard operation
whatsapp-cloud-api copied to clipboard

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

Results 16 whatsapp-cloud-api issues
Sort by recently updated
recently updated
newest added

Implemented support for WhatsApp Interactive Lists. ~~TODO: Unit and integration tests.~~ https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages#interactive-messages https://documenter.getpostman.com/view/13382743/UVC5FTHT#be4781ec-b59f-4aaa-8bf9-458ff4f29650

Notice: Undefined variable: whatsapp_cloud_api in E:\xampp_7.4.6\xampp\htdocs\whatsapp_api\wa_cloud_api\index.php on line 14 Fatal error: Uncaught Error: Call to a member function sendDocument() on null in E:\xampp_7.4.6\xampp\htdocs\whatsapp_api\wa_cloud_api\index.php:14 Stack trace: #0 {main} thrown in E:\xampp_7.4.6\xampp\htdocs\whatsapp_api\wa_cloud_api\index.php...

Is it possible to send a voice audio instead of the attachment audio? ![Captura de Tela 2022-10-11 às 14 55 00](https://user-images.githubusercontent.com/30557290/195177114-23c8340f-2e00-4d41-af62-65a31ea86fc9.png)

The caption parameter is optional (https://developers.facebook.com/docs/whatsapp/cloud-api/reference/messages) Updated the sendDocument caption default value is empty, the caption is not a required parameter now.

Hello, I think that the the method prototype isn't totally correct: ``` public function replyTo(string $message_id): self ``` Indeed, it should allow to set the value to null, so the...

This PR adds support of the [CTA URL](https://developers.facebook.com/docs/whatsapp/cloud-api/guides/send-messages/#cta-url-buttons) message. Should respect OP guidelines README updated Tests implemented Successfully tested on my own project.

approved

This PR includes Graph API upgrade to v19.0 and some features that didn't already exist here. For anyone looking to contribute, these are some missing features among others: 1. Multi-Product...

If the user is starting a new chat instance in whatsapp, there is a webhook notification with type request_welcome. This type is not handled in the MessageNotificationFactory::buildMessageNotification

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: Personal data has been redacted with `X` ```json { "object": "whatsapp_business_account", "entry": [...

This change allows to request all available templates. The `WHATSAPP_CLOUD_API_BUSINESS_ID` should be set to make it work. It touches upon https://github.com/netflie/whatsapp-cloud-api/discussions/182