Skip to main content

Questions tagged [sms]

Short Message Service (SMS) is the standardized text communication service component of phone, web or mobile communication systems that allow the exchange of short text messages between fixed line or mobile phone devices.

sms
0 votes
1 answer
24 views

Flutter open sms with pretext and without phonenumber

I have a working function to launch sms using url_launcher launchsms(BuildContext context, String phoneNumber) async { try { if (Platform.isAndroid) { String smsuri = 'sms:$...
Shashi kumar S's user avatar
0 votes
0 answers
12 views

Can I use openPhone and Twilio with the same phone number?

I currently have an OpenPhone account with an SIP phone number. I would like to automate SMS messaging. I looked into Twilio and thought it could be a good solution, except I seem to run into the ...
Guillaume's user avatar
-2 votes
0 answers
14 views

Envio de SMS API [closed]

hoje meu envio de SMS via API parou de funcionar. No navegador e no celular nao aparece nada enviado. Mas quando faço o teste de envio via curl não da erro de envio. Torpedo enviado com sucesso para o ...
Paulo Guimaraes's user avatar
-1 votes
0 answers
21 views

Cost effective way to implement text messages for my event reminder application?

I'm building an event reminder application that I plan to host and maintain on AWS. I want to offer email and text messaging as reminder options. I've been able to configure email simply using SES. (...
solidsnake99's user avatar
0 votes
0 answers
15 views

Android default sms app transfer data google sms app

Android default sms app transfer data google sms app it is possible? my app by default sms app, i filter one number if sms receive another number i need transfer data to google sms app.
ambako's user avatar
  • 15
0 votes
0 answers
7 views

Set the SMS priority in code (between transactional and promotional)

I use AWS SNS to send One-Time Passcodes to users with this code: var AWS = require('aws-sdk'); AWS.config.update({region: 'eu-west-1'}); const sns = new AWS.SNS({apiVersion: '2010-03-31', ...
emonigma's user avatar
  • 4,166
0 votes
0 answers
8 views

How to receive an email for failed SMS deliveries on AWS SNS

I use AWS SNS to send one-time passwords. Last week I reached quota, the server stopped sending messages and users have been unable to log in. I set up CloudWatch to receive a notification on failed ...
emonigma's user avatar
  • 4,166
0 votes
0 answers
27 views

How do i establish a connection with twillio (THROUGH ZAPIER) for whatsapp messaging with API Request (Beta)?

im trying to figure out how i can establish an funnelish abandoned checkout flow with whatsapp messaging (Towards the customer). Does anyone have experience with setting up the API Request (Beta) in ...
EcomBob's user avatar
0 votes
0 answers
22 views

SMPP protocol v3 data_encoding

I'm a developer of the SMS platform. In some moment I found that some clients send sms to my servers with incorrect encoding. Here example what I got a few days ago: Text of sms: [realme]579174 est ...
Dennis Galan's user avatar
0 votes
0 answers
21 views

Sending SMS messages through SNS on AWS and I never seem to get the response

I have a requirement to send a SMS to a phone number. This is a phone that we have control of and is not a customer. Im struggling because a lot of the tutorials are targetted for marketing and AWS ...
Tommie Jones's user avatar
0 votes
0 answers
137 views

Building a service that offers Virtual Phone Numbers for receiving temp SMS messages

Which infrastructure providers can be used to build a service that can offer virtual phone numbers that can in turn be provided to end users to receive temporary SMS messages? For building sites like -...
Satya's user avatar
  • 1,037
0 votes
0 answers
14 views

Twilio and Sitelink intregration

How do I integrate Sitelink and Twilio for SMS only? What do I need to fill out on the form? Do I need to use A2P10DC or not. Brand or Campaign. Why will it not integrate Twilio and Sitelink. What ...
Lakeside Stor-n-Loc's user avatar
0 votes
0 answers
21 views

Twilio conversations group SMS not working

Following the twilio documentation to create conversations. I see other posts about deprecation for new users but that's 2 years old. Wanted to see if anyone has figured out group conversations on ...
Neel Shah's user avatar
0 votes
0 answers
14 views

Email to SMS - multiple recipients "group" or "thread"

I'm trying to send an sms via email using verizon's @vtext.com sms gateway. It works if I send to one phone number, but if I put two, then I get nothing. How do you send an SMS via email to multiple ...
richard's user avatar
  • 12.4k
0 votes
0 answers
25 views

Failed to launch 'sms:<PhoneNumber>' because the scheme does not have a registered handler [FOR DESKTOP]

I am struggling with the error "Failed to launch 'sms:+4733378901' because the scheme does not have a registered handler." when clicking the SMS link. The href of the SMS link is "sms:+...
MFN's user avatar
  • 45

15 30 50 per page
1
2 3 4 5
509