RUT241 - Send SMS POST/GET

Hi,
I see that Teltonika has removed Send SMS using POST/GET from the SMS Gateway section in new Firmware versions.

Can someone please tell me how to re-enable this functionality?

I use it for sending alarms from all my sites.

Hello,

The POST/GET feature was removed starting from firmware version 7.14, as described in the following article: Implementation of read-only system files and POST/GET service removal

As an alternative, you can use the Teltonika API.
To send SMS messages, please refer to this section of our API documentation: Send SMS via API

Best regards,

Thanks Marija,

What is the “modem” string in the data? What does it expect for this?
‘’’

{
  "data": {
    "number": "string",
    "message": "string",
    "modem": "string"
  }
}

You are welcome!

As explained in the Schema, "modem" is the identifier of the modem that will be used to send messages. You can obtain the modem ID by following the instructions provided here: RUTX50 in SMS applications - #3 by Martynas

Feel free to reach out if you have any further questions!

Best regards,

Thanks for your responses. I see the API guide is very thorough.
I will follow that, thanks.

Please let us know if you need any additional assistance!

Best regards,

This topic was automatically closed after 60 days. New replies are no longer allowed.