python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Incoming MMSs are not detected in Android app
I am working on an Android app that is supposed to detect incoming SMSs and MMSs and do some follow-up operations. I was able to implement the SMS part without any problem but when it comes to MMS, th...

alex_larion
Votes: 0
Answers: 1
How change friendly name notify twilio sms
I am having some problems, I want to change the name of the sender. I mean, it is possible to assign an Alphanumeric Sender ID, I reviewed the documentation and followed the guidelines, in the respons...
Izlia
Votes: 0
Answers: 2
Not receiving SMS when sending it through SNS in lambda
I am sending the OTP using AWS SNS service when in a lambda function my code is this
const otp = generateOTP();
const message = `Your XXXX Verification Code is ${otp} .`;
var params = {
Mess...
Pinak faldu
Votes: 0
Answers: 0
My simple "send message" javascript program for Twilio is looping twice, but its only sending a message to the same number, What's missing?
I'm trying to create a simple Javascript program that will send a single message to an array of different numbers. I found a twilio page that got me almost there but it doesn't tell me how to loop. I'...
TurnBasin
Votes: 0
Answers: 1