netflie / whatsapp-cloud-api

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform
https://netflie.es/portfolio/whatsapp-business-cloud-api-php-sdk/
MIT License
428 stars 151 forks source link

Flows are not managed as notification #188

Open antoninobonumore opened 3 months ago

antoninobonumore commented 3 months ago

When a flow is submitted, this method must return a Flow Interactive notification.

\Netflie\WhatsAppCloudApi\WebHook\Notification\MessageNotificationFactory::buildFromPayload

Must use this schema:

https://developers.facebook.com/docs/whatsapp/flows/gettingstarted/receiveflowresponse

aalbarca commented 2 days ago

Hi @antoninobonumore

This PR https://github.com/netflie/whatsapp-cloud-api/pull/197 will be merged in a few days.

Maybe this will fix the problem?