Using wget to Send SMS

Example: Using wget to send an SMS

wget 'http://192.168.2.1/api/sms/outbox?data={"recipients":["12345678900"],"message":"Hello World"}&token=2442CB0CB60B2EE9F5A35DF5ED8C33&method=POST'

Example: wget result

Connecting to 192.168.2.1:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/json]
Saving to: outbox?data=%7B%22recipients%22:[%2212345678900%22],%22message%22:%22Hello%20World%22%7D&token=2442CB0CB60B2EE9F5A35DF5ED8C33&method=POST?
[ <=> ] 45 –.-K/s in 0s
2016-05-24 11:00:10 (2.65 MB/s) – outbox?data=%7B%22recipients%22:[%2212345678900%22],%22message%22:%22Hello%20World%22%7D&token=2442CB0CB60B2EE9F5A35DF5ED8C33&method=POST?saved [45]