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

Better support for messagingServiceSid

harlan-zw opened this issue · comments

Overall there needs to be better support for messagingServiceSid sending.

Currently within the code the from string is required for any SMS. This is an issue if you're sending just using the messaging service, since no number is required for that.

Also it would be good to be able to configure messagingServiceSid per message, instead of one global value.

See the example here: https://www.twilio.com/docs/sms/services

@loonpwn I have implemented this in the 2.0.10 release 😉