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
0
votes
0 answers

How to change or create SenderId on Clicatell Sms Service

I read this documentation but i could not nothing. Is Clicatell support this? If it's support where can i change this? Thanks
Enes Güven
  • 25
  • 1
  • 4
0
votes
0 answers

HTML API callback doesn't work

I tried to send sms via the HTML API and I would like to use the callback function, but clickatell doesn't call the entered URL. I could send via this URL and I recived the sms…
0
votes
1 answer

Scheduled delivery in Clickatell

I'm trying to set up the REST API, to send out scheduled SMS, but i'm failing to do so... This is the data, i'm trying to send: [ [to] => Array ( [0] => (My Phone Number) ) [content] => Test …
Inc33
  • 1,747
  • 1
  • 20
  • 26
0
votes
2 answers

Clickatell Failing to send SMS - c# Winforms Application

I have been using clickatell service last couple of weeks sending SMS each morning to a number of mobile numbers, no problems until today: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. --->…
Andie
  • 413
  • 1
  • 6
  • 17
0
votes
1 answer

Where n the website can I find my Clickatell API ID?

It seems to be non existent on the Clickatell website -- just the API Key - but that's not what's expected according to the API's response... Clickatell are not seeming to be consistant. Anyone know the answer to this? Cheers, M.
Marsh
  • 101
  • 2
0
votes
1 answer

How to restrict user to verify the mobile by OTP after 4 hours of OTPgeneration

I have created Api for Verify mobile and i want to put some logic so that i can restrict the user who try to verify otp after 4 hours. I have created two Apis first one send otp to user and the input parameter is mobile number. Second API…
Amit Gujarathi
  • 1,090
  • 1
  • 12
  • 25
0
votes
1 answer

401 when authenticating with clickatel sms api

I am simply trying to send an sms using the clickatel API. I have used the helper library found here: https://github.com/clickatell/clickatell-csharp var apiClient = new RestClient(new RESTCredentials(ApiKey)); …
Zapnologica
  • 22,170
  • 44
  • 158
  • 253
0
votes
0 answers

How to know cron job status?

I'm running cron jobs using laravel daily in that i'm sending messages to every client using clickatell api and saving the message status in the database. Here i want to get email when cron job started how many messages are sent, how many are…
user3668438
  • 165
  • 5
  • 18
0
votes
4 answers

Clickatell HTTP API send message fails with Routing Error (Status 9)

I have recently converted a trial account into a paid starter package and, since I've been assigned a long number, my attempts to send messages via the HTTP API have failed with the following messages in the Message Reports console: An error…
Chris Spence
  • 21
  • 1
  • 3
0
votes
2 answers

PHP integration with Clicatell SMTP API

I am trying to sent up a php that will sent email to Clicatell SMTP api. The idea is simple - making calls using PHP SOAP client to SQL server, getting the reply and the inserting this reply into email body sent to Clicatell server.
Petrik
  • 823
  • 2
  • 12
  • 25
0
votes
2 answers

Clickatell callback url to receive messages not working

I have a clickatell account and i am trying to receive messages in php using it. I understand that I need to setup a callback url on it and i have added that. In the callback url, i have added the following code snippet
pinaki
  • 5,393
  • 2
  • 24
  • 32
0
votes
2 answers

Getting Error for jersey client request headers?

I need to set these headers for a REST call via jersey client. clickatell message send rest call curl -i \ -X POST \ -H "X-Version: 1" \ -H "Content-Type: application/json" \ -H…
Badr
  • 10,384
  • 15
  • 70
  • 104
0
votes
1 answer

How to set the optional mo value for Clickatells 2 way sms

I'm trying to send a 2 way sms through clickatell. I have to use the following to send an sms. send_message(recipient, message_text, opts={}) I have to set the optional mo variable to 1. Additional options: :from - the from…
grabury
  • 4,797
  • 14
  • 67
  • 125
0
votes
1 answer

sms using clickatell, code not working

I have signed up for clickatell service to send sms. They have given me the following code for vb.net and said they do not know if this is right or wrong. Dim client As WebClient = New WebClient ' Add a user agent header in case the requested URI…
Furqan Sehgal
  • 4,917
  • 33
  • 108
  • 167
0
votes
1 answer

MissingPropertyException on Clickatell API in grails

I am working on a Web App on grails and I am using Clickatell as the Web API. I have these codes on an SMSNotifier.groovy class. Yet, I encounter the MissingPropertyException groovy.lang.MissingPropertyException: No such property: POST for class:…