Twilio Question: Building subscription thru SMS - twilio

Im planning to build a console application. My plan is to build a subscription base thru sms. For example text SUBSCRIBE to 2600 then after application received sms the user will become subscriber. It will send news, announcement, events etc to user with senderID sms.
Is it possible in Twilio ? receiving sms in shortcode and notifying with sender id. Is it possible having 2 type of number in 1 account ?

Twilio developer evangelist here.
You can absolutely use more than one type of number across an account, from local, national, short code and toll free numbers as well as using alphanumeric sender IDs in supported countries.

Related

How many phone numbers i can associate with one messaging service in twilio?

i am using twilio messaging service in my webapp. Here, each phone number have its own messaging service. I want to associate all phone numbers to 1 messaging service. Is it possible to send and receive messages on each phone number using 1 messaging service?
Twilio developer evangelist here.
According to this article:
A Twilio Messaging Service can contain up to 400 Twilio message senders by default, including phone numbers, short codes, Alpha Sender ID, and WhatsApp senders.
And if you need more, you can contact support.

Is it possible to use a twilio number for whatsapp verification on BlueStacks?

I installed bluestacks and whatsapp in it on my pc, sent the verification code to my twilio account, however I'm not receiving any confirmation code sms. If I send a normal sms from my phone to the twilio number it is received and displayed normally in the logs, but the whatsapp verification message isn't.
Twilio developer evangelist here.
There are many reasons you may not be receiving SMS messages to your Twilio number. In this case it is likely that WhatsApp are trying to send the message using a short code or alphanumeric sender ID. It's also possible that WhatsApp refuses to send verification codes to VOIP numbers, like Twilio numbers. In general it is not a good practice to use Twilio numbers to receive verification codes.
There is more discussion on this sort of thing on this question.

Replying on the same thread of the Twilio number

I have purchased two numbers from twilio one is for UK and the other one is for US.But when I try to send an SMS to that number from an Indian number.I get the response on a different thread.I want to get a response on the same thread so that my bot and the user have conversation on the same thread
Twilio developer evangelist here.
I'm afraid that in the Indian market we are currently forced to work under some restrictions. One of which is:
The sender IDs are changed to the format “XX-NNNNNN”
The sender IDs are altered before SMS messages are delivered to end
users. End users are very likely to see a sender ID composed of 2
letters followed by 6 numbers instead of the Sender ID you specified.
Due to the sender ID change, SMS recipients are unable to send a reply
back to your Twilio phone number.
Unfortunately that means that bot style conversations aren't currently possible in India.

Twilio replying messages with 51465

We have twilio's paid account, using rest api when we are sending messages to Indian mobile number's from twilio's US number in some phone's we are receiving with twilio's number but in some phone's we are getting with 51465.
Any help will be appreciated.
Twilio developer evangelist here.
I recommend checking out the Twilio SMS guidelines for India. We also have a page on limitations on sending SMS to Indian mobile devices.
The key point in these resources is:
The sender IDs are changed to the format “XX-NNNNNN”
The sender IDs are altered before SMS messages are delivered to end
users. End users are very likely to see a sender ID composed of 2
letters followed by 6 numbers instead of the Sender ID you specified.
Due to the sender ID change, SMS recipients are unable to send a reply
back to your Twilio phone number.
India does not support two way messaging because it changes the sender ID. We cannot control that right now.

Twilio Trial SMS 'from' number different from the assigned number

I have got a trial account on Twilio with a free number. When I send an SMS through the Rest API I do receive the SMS, but from a different number than the one I have been assigned.
Is this so because of the trial? Will it be fixed when I upgrade my account?
I need the users to be able to reply back with the message to the same number they received the SMS from.
Twilio developer evangelist here.
My guess is that you are sending messages to a country that doesn't support maintaining the original sender ID. I see from your profile that you're from Pakistan, you can check out the guidelines for sending SMS to Pakistan here.
As you can see from the support table, we can't guarantee that your Long Code (that is the phone number) sender ID is preserved and Two Way SMS is not supported.
So, this is not due to your trial account, but limitations with sending SMS messages into Pakistan.

Resources