laravel-notification-channels / twilio

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

Cancelling a message from "toTwilio" #113

Closed wrabit closed 3 years ago

wrabit commented 3 years ago

I don't think this is a bug but if I do some validation in toTwilio() in my notification, if I return null or false, it errors:

NotificationChannels\Twilio\Exceptions\CouldNotSendNotification : 
Notification was not sent. Message object class `Unknown` is invalid. It should be either `NotificationChannels\Twilio\TwilioSmsMessage` or `NotificationChannels\Twilio\TwilioCallMessage`