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

Added some new features and upgraded Graph API to v19.0 #179

Closed derrickobedgiu1 closed 2 months ago

derrickobedgiu1 commented 4 months ago

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 Message Templates: Create Template, Send Template
  2. Carousel Templates: Create Template, Send Template
  3. Flows: Info, Sending
  4. Conversational Components

Haven't had time to check if the Template Component builder is compatible with construction of 1 and 2 otherwise it might be great to add a README sample to use them.