Questions tagged [textlocal]

10 questions
1
vote
0 answers

Sending sms with textLocal Api in nodejs

I am getting the response: response { errors: [ { code: 80, message: 'Invalid template' } ], status: 'failure' } Template status is Active and Template I have registered with my Textlocal account: Welcome to %%|applicationName^{"inputtype" :…
1
vote
1 answer

Textlocal URL shortner API does not work with signed url

I am using the textlocal short url API with the signed URL that I have generated for a Cloud Storage blob. I am getting MalformedSecurityHeader error in the browser when I use the short URL. I tried the same API with other random links and it worked…
Jasmine
  • 476
  • 3
  • 22
0
votes
1 answer

'Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)

Im using a 3rd party api service for a text sending job. When I send around 5000 numbers as payload to the API, it works fine. I have noticed that sometimes when the payload count exceeds to 7000 or above. I receive the following error code in…
Fahad Hussain
  • 185
  • 1
  • 3
  • 15
0
votes
0 answers

How to use Text Local for SMS service in flutter app

I am working on a project in which I need to send SMS to users. I found out Text Local will work but I have no idea how to implement it in flutter. Need solutions how can I use Text Local for SMS in flutter. I tried the package which is only…
0
votes
0 answers

The problem with sending SMS by Textlocal.com

I try to use the below example of sending sms by Textlocal.com: $apiKey = urlencode('Your apiKey'); $numbers = array('123456789'); $sender = urlencode('TXTLCL'); $message = rawurlencode('This is your message'); $numbers = implode(',',…
0
votes
1 answer

How to use textLocal API with NodeJS and sequelize to send OTP on mobile

I wanted to send OTP on mobile numbers using textLOcal in nodejs with Sequelize.
amit yadav
  • 17
  • 2
  • 7
0
votes
0 answers

Text Local SMS API successfully sends message but fails to deliver

I am using Text Local SMS API and echoing out the response in PHP, although the "response" says success but the delivery status in the report panel of the text local api shows that the status is invalid. Here is my code: I have hidden the api,…
0
votes
1 answer

Passing parameter when loading Library in Codeigniter

I am trying to integrate the textlocal sms api if i pass three at the time of load library it's not working. Error: Too few arguments to function Textlocal::__construct(), 1 passed and at least 2 expected I have one Setupfile.php Library as…
Bhanu Pratap
  • 144
  • 6
0
votes
2 answers

TextLocal Java API template message error 80

I am trying to send an sms through TextLocal API using Java but I get error 80: invalid template. I also tried to run the same url in a browser and I still get the same error. please tell me how I can fix…
Black
  • 81
  • 1
  • 14
-1
votes
1 answer

not receiving sms from php from textlocal

my php code:-