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

Messaging Services

troygilbert opened this issue · comments

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.

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?