RUT956 - ".../cgi-bin/sms_send?" no available after firmware updated

Greetings,

You can find more information about the POST/GET service removal here: Implementation of Read-Only System Files and Mobile and I/O POST/GET Service Removal with RutOS 7.14 - NETWORKING SOLUTIONS - Teltonika Community

That said, it’s still possible to send messages using our API. Full documentation, including the required API call, is available here: https://developers.teltonika-networks.com/reference/RUT956/7.10.1/v1.2/messages#post-messages-actions-send

The POST request to baseURL/messages/actions/send should be structured as follows:

{
    "data": {
        "number": "+37060000000",
        "message": "API test message",
        "modem": "1-1"
    }
}

Best Regards,
Justinas