I am able to send twilio notification in my Laravel application using the twilio notification channel package (https://github.com/laravel-notification-channels/twilio). However, I want to be able to get back the status of the message whether it was sent successfully or not and store that status in my database. How can I go about doing that? Thanks in advance.
via ballerz