Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support alphanumeric sender ID for SMS notifications #1718

Open
HarukaMa opened this issue Sep 24, 2024 · 0 comments
Open

Support alphanumeric sender ID for SMS notifications #1718

HarukaMa opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@HarukaMa
Copy link

Is your feature request related to a problem? Please describe.
Twilio supports sending SMS from alphanumeric sender IDs to supported countries without having to buy a phone number. However, in OneUptime, the Twilio config only supports phone number as sender ID.

Describe the solution you'd like
Add a new config twilioSMSSenderID for SMS, so users can use alphanumeric sender IDs for SMS notifications. twilioPhoneNumber should still be used for phone call notifications.

Describe alternatives you've considered
I don't think there are easier alternatives for this.

Additional context
Twilio's API accepts alphanumeric sender ID in the From form field, so the API part doesn't need any changes. I tried to hack it by directly modifying the database, but as the database is controlled by ORM, it doesn't work.

@HarukaMa HarukaMa added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant