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
1
vote
1 answer

GPS WOX SMS Gateway setup

Trying to set up SMS gateway inside of GPSWOX program and it's asking for the Clickatell url - I used the "Curl" url and placed in the box. However, when I tried to test the sms it didn't send me anything. Does anyone know if this format is…
S. Davis
  • 11
  • 2
1
vote
1 answer

Trying to catch a HTTP POST from Clickatel using PHP Storm to decode the message

I need to know how to have PHP Storm catch a HTTP POST request when a remote service sends a request to my server. Background: I am using an SMS service called Clickatel. When a customer responds to a sms message, Clickatel sends a response to a…
1
vote
2 answers

How to send vCard or MMS with Clickatell

Hello Clickatell Support We are a customer of yours in Australia and have been unable to get any response from support regarding cases created on the website. We are in dire need of assistance to send vCard and MMS messages via Clickatell. The…
Jaans
  • 4,598
  • 4
  • 39
  • 49
1
vote
0 answers

What are the possible status values when using delivery notifications?

I am setting up integration with a new Clickatell account. Our old account posts statuses like 003, 004 etc. They can be found here https://archive.clickatell.com/developers/api-docs/message-status-codes/ The new account seems to post statuses…
Matt Dyer
  • 126
  • 7
1
vote
1 answer

clickatell sms messages fail with no error or notification for non-US numbers

I have a web application that sends verification codes to users through clickatell. Nearly all users are in the US, and those work fine, but I have about 5 with international phone numbers who receive no texts. I have a page set up to accept…
Anonymous Man
  • 2,776
  • 5
  • 19
  • 38
1
vote
1 answer

Using Clickatell's REST api in PHP

I'm trying to programmatically send SMS messages in my php code using the REST api from Clickatell. I've got this code:
Alex Wohlbruck
  • 1,340
  • 2
  • 25
  • 41
1
vote
1 answer

Sending MMS through the Clickatell gateway

I'm trying to send an MMS to my phone via Clickatell. I can send plain SMS, but for MMS I get a 200 return code and an ID, but when the ID is looked up on their site I just get Status 9, that there was a routing error delivering my message. I'm…
vgel
  • 3,225
  • 1
  • 21
  • 35
1
vote
2 answers

Impementing Clickatell CallBack in ASP.NET using C#.NET

I am building a web application in ASP.NET using C#.NET which sends a SMS using clickatell. I am trying unsuccessfully to receive a status back from clickatell by creating a CallBack Page called ClickatellCallBack.aspx Here is the codebehind of the…
Walter Lockhart
  • 1,293
  • 3
  • 20
  • 34
1
vote
1 answer

Sending SMS using clickatell in ASP.Net

I have tried this code from their site using System.Net; using System.IO; WebClient client = new WebClient(); // Add a user agent header in case the requested URI contains a query. client.Headers.Add("user-agent", "Mozilla/4.0 (compatible; MSIE 6.0;…
HelloASP
  • 71
  • 1
  • 1
  • 5
1
vote
1 answer

Clickatell Cannot route message to Google Voice

When I use clickatell to send sms messages to my google voice account it returns: ERR: 114, Cannot route message I am based in USA and sending to a local USA google voice number. So this is not international sms? Has anyone came across this problem…
Ernest
  • 814
  • 3
  • 12
  • 25
0
votes
1 answer

How to decode a UDH on an incoming (MO) SMS sent through ClickaTell (interesting challenge for anyone - SMS experience not required)

The background is this: I'm using ClickaTell with a rented number to receive incoming SMS text messages. I'm writing some code to piece back together a multipart/concatenated SMS. To do this I need to extract information from the "User Data…
magicroundabout
  • 318
  • 2
  • 8
0
votes
0 answers

Empty message content when using Clickatell test template

I am trying to make use of Clickatell's test template for Whatsapp push notifications but am receiving an error in Postman when parsing the payload as per the documentation. Response is a 202. We have used the below payload with an actual Whatsapp…
Esh
  • 1
  • 1
0
votes
0 answers

Clickatell SMS content doesn't print + sign it become empty space , how can I solve this issue

public void sendMessageToRXCustomer(InviteCustomerSMSDto inviteCustomerSMSDto) { RestTemplate restTemplateService = new RestTemplate(); String smsServiceApiEndPoint = env.getProperty("SmsServiceApiEndPoint"); String…
0
votes
1 answer

How to post data to a sms server (if there is no internet) and then send back from the Sms server to the web server?

i'm building a mobile application that needs to send critical data to a remote database but it may have networks issue in some user's location. I want to know if it's possible wrap up the data in text message and then send a sms server and allow the…
0
votes
1 answer

Clickatell messages only delivered when message contains word "test"

I've set up a Sandbox SMS environment using the new API and I have registered a test phone number. I'm successfully sending messages but only messages with the word "test" are being delivered. Is this a requirement of the Sandbox environment?