laravel-notification-channels / twilio

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

Messaging Services #44

Closed troygilbert closed 5 years ago

troygilbert commented 6 years ago

Looking around in the source and the docs it doesn't appear to be supported, but wanted to be sure: is it possible to use messaging services with this channel? Specifically, using the messagingServiceSid parameter instead of the from parameter when creating a Twilio message.

troygilbert commented 6 years ago

With further investigation, I can see the messaging service ID comes from the config, but that trips me up because I use several different messaging services depending on who's being notified (messaging pools for different geographic area and user groups). The code is pretty straightforward, but it doesn't look like there's an official way to control that per-message, correct?