twilio icon indicating copy to clipboard operation
twilio copied to clipboard

Twilio notifications channel for Laravel

Results 29 twilio issues
Sort by recently updated
recently updated
newest added
trafficstars

Unsure if this package is still being actively maintained, but `twilio/sdk` [has released version 8](https://github.com/twilio/twilio-php/releases/tag/8.0.1). It may be worth bumping the dependency here to allow projects to update. Oddly, the...

Added support for sending content templates. This also adds support for whatsapp (inherity). Added documentation about this. See here for more details: https://www.twilio.com/docs/content/send-templates-created-with-the-content-template-builder#how-to-add-senders-to-a-your-sender-pool

Good day, ``` [2024-12-21 17:05:17] production.ERROR: Driver [NotificationChannels\Twilio\TwilioChannel] not supported. {"exception":"[object] (InvalidArgumentException(code: 0): Driver [NotificationChannels\\Twilio\\TwilioChannel] not supported. at /home/forge/my.test.com/vendor/laravel/framework/src/Illuminate/Support/Manager.php:109) ``` I receive the above error when using laravel-notification-channels/twilio on Queued...

Hi there, We need the RiskCheck param urgently as Twilio's fraud detection is causing us some issues. I figured I'd add the rest of the missing params at the same...

I'll try to do a PR for this in the next week or so, as my fork currently has a shedload of customisation in it.

When I tried adding an alphanumeric sender ID to a Twilio notification, I had to dig through the source code of this package to find out that the `Notifiable` **must**...

Recommend that the checks for whether to send to the "to", or "debugTo" validate whether app is in debug mode AND presence of debugTo. This would allow persistence of config...

Hi! Any plans to update the plugin to support the new schema? [Twilio's blog article](https://help.twilio.com/articles/19816296822299) Basically, WhatsApp templates were deprecated and won't work anymore in the near future. You'll need...

make the composer install and publish config command easier to copy/past into the terminal by removing the $ sign, so that it will not be copied when using the native...