Closed ProgrammerZ closed 4 years ago
Use the NotificationSent
event which contains the response :)
https://laravel.com/docs/5.8/notifications#notification-events
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!
I still have a test account and keep getting NULL
as the only response... is this normal?
How to get Twilio response after the SMS message have been sent?