laravel-notification-channels / twilio

Twilio notifications channel for Laravel
https://laravel-notification-channels.com
227 stars 36 forks source link

Get Twilio response? #87

Closed ProgrammerZ closed 4 years ago

ProgrammerZ commented 4 years ago

How to get Twilio response after the SMS message have been sent?

atymic commented 4 years ago

Use the NotificationSent event which contains the response :)

https://laravel.com/docs/5.8/notifications#notification-events

ProgrammerZ commented 4 years ago

I have implemented NotificationSent but forgot to add ->toArray() with $event->response->toArray() which got me confused as I was receiving {}. Thank you for fast response!

clod986 commented 4 years ago

I still have a test account and keep getting NULL as the only response... is this normal?