laravel-notification-channels / twilio

Twilio notifications channel for Laravel

Home Page:https://laravel-notification-channels.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Twilio response?

ProgrammerZ opened this issue · comments

commented

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

Use the NotificationSent event which contains the response :)

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

commented

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?