Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
910 stars 180 forks source link

Can I send whatsapp Messages? #201

Closed SergioAraya closed 4 years ago

dragonmantank commented 4 years ago

At this time we do not have support for our "Messages" or "Dispatch" APIs directly in the SDK, as they are currently in Beta. You can, however, directly hit our API through an HTTP client like Guzzle.

To use WhatsApp, you will need a supporting WhatsApp Business number. We do provide sales help with getting one set up, but cannot guarantee approval. More information on using WhatsApp can be found here: https://developer.nexmo.com/messages/concepts/whatsapp

I hope that helps!