twilio icon indicating copy to clipboard operation
twilio copied to clipboard

Twilio notifications channel for Laravel

Results 21 twilio issues
Sort by recently updated
recently updated
newest added

Twilio allows for the creation of api keys and tokens that can (arguably should) be used in lieu of the account sid and its token. Using the account sid and...

Enables starting a call with answering machine detection enabled https://www.twilio.com/docs/voice/answering-machine-detection

Hey there. This PR adds a new overridable `getMessage()` method to `TwilioChannel`. This makes it a lot easier to use a notification method named something other than `toTwilio` when subclassing...

Over at https://github.com/twilio/twilio-php/releases It says: > Note: This release contains breaking changes, check our [upgrade guide](https://github.com/twilio/twilio-php/blob/7.0.0/UPGRADE.md#2023-03-08-6xx-to-7xx) for detailed migration notes. However when I go to https://github.com/twilio/twilio-php/blob/7.0.0/UPGRADE.md#2023-03-08-6xx-to-7xx It says: > [2023-03-08]...

Thanks for this great package, I love using it. One issue I'm having is that if a phone number has been unsubscribed, Twilio throws a `\Twilio\Exceptions\RestException` but in that exception...

Notice there's a couple of PRs open, including the upgrade to the newer SDK. I've got a few feature improvements in flight, but want to know if this is maintained...

I would like to use this package to run multiple Twilio accounts on my website; each account is managed by one of my users. Basically I'm looking into becoming a...

Other drivers allows notification suppression by returning null from route methods This driver can provide same functionality as well

Issue: https://github.com/laravel-notification-channels/twilio/issues/118 To() method will allow developers to add phone numbers dynamically from the notification itself. If the user needs to use different phone numbers for different notifications, it will...

This resolves issue #120 . This lets us explicitly enable/disable sending twilio sms.