I am using Twilio programmable SMS, so when I receive a message it shows +123123 like some random number so is there any way that I can show my custom app name instead of Twilio generated id.I also searched for it but not get an answer.
Asked
Active
Viewed 357 times
1 Answers
4
Alphanumeric Sender ID is automatically supported on all new upgraded (paid) Twilio accounts. It is not supported for Free Trial accounts.
You can validate that Alphanumeric Sender is enabled on your account by following these steps:
- Login to your project at www.twilio.com/console.
- From the left side navigation bar, click Programmable SMS
- Click Settings.
- Verify that "Alphanumeric Sender ID" is set to Enabled.
If you have already upgraded, use the desired ID for the From parameter in your API requests.

Ahmed Saleh
- 126
- 10