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
37
votes
6 answers

RegEx for valid international mobile phone number

I use Clickatell to send SMSes to clients' mobile phones. Is there a standardised regular expression for all valid mobile phone numbers, e.g. +27 123 4567? I'd roll my own, but I'm worried about missing an obscure, valid phone number format.
Petrus Theron
  • 27,855
  • 36
  • 153
  • 287
16
votes
3 answers

What is the maximum SMS message length?

What is the maximum SMS message length when sent through the Clickatell API for English and Spanish messages? Is there is a difference between English and Spanish message lengths, since Spanish may contain Unicode characters?
Adam
  • 2,948
  • 10
  • 43
  • 74
6
votes
1 answer

Uninitialized constant ActionDispatch::Routing::Routes (NameError)

I'm following a clickatell tutorial and my code looks as follows. However I get the error uninitialized constant ActionDispatch::Routing::Routes (NameError) from…
CodeGeek123
  • 4,341
  • 8
  • 50
  • 79
5
votes
4 answers

How to encode french/spanish characters to use clickatell's http api?

I think some of you have experience working with Clickatell. My problem is: when I send a message through their http api using french or spanish characters (URL encode), they are not displayed (the characters) on the phone. I'm using this…
Shaz
  • 2,647
  • 2
  • 35
  • 45
4
votes
2 answers

Clickatell - Whatsapp integration

I'm trying to send a test message using Whatsapp and I'm getting this error message: "error":{"code":27,"description":"Recipient not available on channel."} I did find the error message here…
fcol
  • 169
  • 3
  • 15
3
votes
1 answer

Clickatel WhatsApp Integration Unable to Send Images

I am unable to send media files especially images(jpeg) using the Clickatel One API. However, text messages are being delivered. Below is my code snippet for sending the file: (PHP) $header = [ 'Authorization: ' . $clickatel_api_key, …
Tarus
  • 126
  • 6
3
votes
0 answers

Clickatell tells that SMS a successfully sent to gateway but messages are not delivered

I'm trying to establish SMS sending with Node.js via Clickatell. I've already tried the way described here: https://www.clickatell.com/developers/api-documentation/nodejs/ And both REST and HTTP requests from here (topics "How do I test my HTTP…
3
votes
1 answer

How get balance in Clickatell Platform (not old accounts use "Development archive")

Can get balance for old accounts REST API DOC Can`t get balance use new API of Clickatell
3
votes
4 answers

Clickatell arabic text getting garbled

I ma trying to send arabic text from the clickatell sms provider using php, but all i have been able to send yet is garbled text. The text I am using for testing is "غثس هفس ". I have tried encoding the message text to Windows-1256,1250 and…
pinaki
  • 5,393
  • 2
  • 24
  • 32
2
votes
1 answer

Clickatel reply to a particular message

I am trying to send a message as a reply to a previous message using clickatel api. Below is my payload $header = [ "Content-Type: application/json", "Accept: application/json", "Authorization: " .…
Tim Muia
  • 183
  • 1
  • 7
2
votes
0 answers

Change the first auto reply on WhatsApp chat using Clickatell

All the users receive auto reply message "hello" after they starts the chat on all our numbers. And this "hello" word is not exist in any auto response messages in Clickatell touch preference Can anyone help me how to configure this "hello"…
Ruba Break
  • 29
  • 3
2
votes
1 answer

Whatsapp as a channel with Microsoft Bot Framework using Clickatell

Working with a customer who wants to use Microsoft Bot Framework and "Whatsapp" as a channel. Though Whatsapp has released its public business API, it is still in limited public preview and Microsoft Bot Framework understandably doesn't yet support…
Lalman
  • 946
  • 2
  • 11
  • 27
2
votes
1 answer

Custom domain for end-point?

I would like to customize the end-point domain for SMS Platform, is it possible? Is it possible to use a CNAME to whitelabel the end-point? Thank you
SDp
  • 329
  • 3
  • 13
2
votes
3 answers

Clickatell: Invalid or missing Integration API Key

using (var httpClient = new HttpClient()) { httpClient.BaseAddress = new Uri("https://platform.clickatell.com/"); httpClient.DefaultRequestHeaders.Accept.Clear(); httpClient.DefaultRequestHeaders.Accept.Add(new…
Craig
  • 417
  • 3
  • 12
2
votes
2 answers

Clickatell API will send message successfully but I can never receive the message

I am testing the Clickatell API to integrate SMS confirmations in my php based app, I've used their rest api to send the message to myself to test but the messages never arrive. My Attempts I used this…
Ahmed Fouad
  • 300
  • 4
  • 14
1
2 3 4 5 6 7