laravel / vonage-notification-channel

Vonage Notification Channel for Laravel.
https://laravel.com/docs/notifications#sms-notifications
MIT License
744 stars 51 forks source link

Adding support for client-ref #14

Closed Braunson closed 5 years ago

Braunson commented 5 years ago

It would be helpful to include being able to pass the parameter of client-ref (and maybe others) so when someone has the Nexmo webhook setup, we can track that message we sent, actually was delivered and use the client-ref to match up the db record of the message with the incoming webhook.

There are other request body params that could be also used @ https://developer.nexmo.com/api/sms but client-ref is an important one.