Discussions

Ask a Question
Back to All

Messages not received...

Hello,

I am trying your service and from your website I am successfully able to receive messages to my mobile. I have added you to my Heroku App but cannot get message to go through to my mobile device. I have tried my node.js app and tried using Postman. I do not receive any errors and with Heroku when I go to the till dashboard I see the messages there but again I do not receive them on my device.

Is there something else I need to do to get the messages to come through?

The URL I am posting to is: https://platform.tillmobile.com/api/send?username=<MY_USERNAME>&api_key=<MY_KEY>

My JSON Body:
{
"phone": ["<DEVICEPHONE#>"],
"text": "Hello"
}

I have also used the same JSON on your website.

Again, this works from your site every time, but not from my code or postman or CURL.

Please advise?

Thank you for the help.