Questions tagged [clickatell]

Questions about the Clickatell API. Support questions should be directed to Clickatell website contact page.

Questions about the Clickatell API. Support questions should be directed to https://www.clickatell.com/contact/contact-us/.

94 questions
2
votes
1 answer

Clickatell - redirect after the sms sent

i want to integrate ang sms notification after the form was submitted, and after the sms sent i want to redirect it to my thankyou.html web page, this is my code:
remo lalata
  • 203
  • 2
  • 3
  • 7
2
votes
2 answers

Text multiple numbers using clickatell php gateway API

I am currently using clickatell to send a msg to a single numbers using the FOR method for($i = 0;$i < count($textrecievers); $i++){ $url =…
Link
  • 303
  • 1
  • 5
  • 13
2
votes
1 answer

Clickatell batch templates slow (PHP, http)

I'm trying to setup clickatell at the moment for sending out batch sms'. I've got it working but it's quite slow. About 20 seconds to send 5 test sms and 30 seconds for 10 test sms. $nums = array( "44-227811116" => "1", "44-227819885" =>…
Peck3277
  • 1,383
  • 8
  • 22
  • 46
2
votes
1 answer

What could prevent my user from receiving an SMS?

I'm using the clickatell.com platform to send SMS from my app to my user. It's really just to get a one-time-pin. Nothing more. It works just fine for everyone except for some (random?) users. Some of them are iOS7 others are iOS8, so I'll assume…
Gil Sand
  • 5,802
  • 5
  • 36
  • 78
2
votes
2 answers

Two-Way Messaging and Matching a Response to an Outbound Message

now that I've resolved my previous issue with clickatell: Impementing Clickatell CallBack in ASP.NET using C#.NET I have signed up for clickatell Two-way Messaging and I'm waiting for clickatell to assign a Virtual Mobile Number…
Walter Lockhart
  • 1,293
  • 3
  • 20
  • 34
2
votes
2 answers

Clickatell showing Delivered to gateway but SMS is not received using Java?

I am using clickatell sms gateway to send SMS to the User in Java. For that I have registered on clickatell and purchased Small Business API - Americas Regional Traffic to send sms to USA users. I have activated Two-Way Number . My Java code is…
Deepu
  • 2,590
  • 19
  • 52
  • 74
2
votes
3 answers

PHP form that does GET and Post

I have a form that sends a SMS via Clickatell in accordance to their HTTP api
This works, But I need to save the SMS I send to my SQL as well. I know to send I need to use…
Maggie Ackermann
  • 253
  • 1
  • 4
  • 15
2
votes
0 answers

Clickatell error in sending Multi-part Non English SMSs using Kannel gateway

I am trying to send multi-part SMS in Arabic (UTF-8) format using Clickatell Operator, I am unable to, 1 part Arabic SMS works fine, multi-part English SMSs also work fine, just the multi-part Arabic SMSs don't. These are my configurations: group =…
Amin
  • 663
  • 1
  • 8
  • 25
1
vote
5 answers

How to send an SMS in hebrew with clickatell

How can I send an SMS in hebrew through Clickatell? It arrives on the device as gibberish.
flybywire
  • 261,858
  • 191
  • 397
  • 503
1
vote
0 answers

sending Video file mp4 via clickatel whatsapp api

I have a video file on a server that I would like to send via clickatell's whatsapp API, but I keep getting this error: [statusCode] => 23 [status] => DELIVERY_FAILURE $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,…
D-MAN
  • 13
  • 4
1
vote
0 answers

Getting the message "Message delivery status ERROR_DELIVERING", is there a way to automatically resend the sms?

I have clickatell connected to my marketing platform, and I'm sending a general message. My question is, when I get the message "Message delivery status ERROR_DELIVERING" (in clickatell), is there a way in clickatell, to resend it automatically?
1
vote
2 answers

Does Clickatell support personalized SMS in their SMS API?

Can I send a pesonalized sms message in Clickatell SMS API? I cannot find any documentation on how to do that.
jeicoo
  • 83
  • 1
  • 10
1
vote
0 answers

How can I catch the information of a callback?

The code i am using to send messages works fine. I have configured the web-hooks correctly as the clickatell server is giving a 200 response which means my system received the callback but it is not catching the information of the callback. I am…
sebake
  • 9
  • 4
1
vote
0 answers

Does Clickatell's new API use HTTP response codes like the old API?

I'm in the process of upgrading from integrating using Clickatell's deprecated API (version 1) to the currently support API as described in their api documentation. In my old integration, I relied on HTTP status codes (described here) to handle…
rpassza
  • 226
  • 1
  • 2
  • 8
1
vote
1 answer

register each phone using OTP in production

Do we need to register each and every phone number using OTP for sending sms in bulk. for example, if we have 60-70 phones to send the sms, then do we need to register all the 60-70 phones numbers using OTPs for all the 60-70 phone numbers? thanks…
jassi10781
  • 21
  • 1
  • 3