send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me

curl http://textbelt.com/text -d number=123456789 -d "message=hello from me"

This works on other platforms, I do not know if curl is available for AIX. Go to SMS Texting API | No account required | Textbelt for additional help on their free API.

2 Likes

curl is available for AIX, for instance from Michael Perzls site.

bakunin

1 Like

thank you very much to all the information is useful !!!