You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Notifiablemust have a canReceiveAlphaNumericSender function that returns true in order for the sender ID to be respected. I could not find this anywhere in the documentation.
Also, the PHPDoc description of the from method in the TwilioMessage only states "Set the phone number the message should be sent from.", although that this could also be an alphanumeric sender ID.
I found this to be quite inconvenient to work with, so I would propose for this to be properly documented. I'd be happy to create PRs for these!
The text was updated successfully, but these errors were encountered:
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 have acanReceiveAlphaNumericSender
function that returnstrue
in order for the sender ID to be respected. I could not find this anywhere in the documentation.Also, the PHPDoc description of the
from
method in theTwilioMessage
only states "Set the phone number the message should be sent from.", although that this could also be an alphanumeric sender ID.I found this to be quite inconvenient to work with, so I would propose for this to be properly documented. I'd be happy to create PRs for these!
The text was updated successfully, but these errors were encountered: