send SMS via curl


 
Thread Tools Search this Thread
Operating Systems AIX send SMS via curl
# 1  
Old 03-19-2019
send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me
# 2  
Old 03-19-2019
Code:
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.
These 2 Users Gave Thanks to jim mcnamara For This Post:
# 3  
Old 03-19-2019
curl is available for AIX, for instance from Michael Perzls site.

Moderator's Comments:
Mod Comment moved to AIX forum


bakunin
This User Gave Thanks to bakunin For This Post:
# 4  
Old 03-19-2019
thank you very much to all the information is useful !!!
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Send SMS to mobile

Hello Folks, I need to send the output from shell script to range of mobile phones based on their msisdn . Is there any open source solution could help me to do so from CentOS or redhat ?? (11 Replies)
Discussion started by: arm
11 Replies

2. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

3. AIX

AIX Send SMS Directly

Any script / program / command can be run directly to send SMS directly on AIX ? Thanks (2 Replies)
Discussion started by: look1
2 Replies

4. UNIX for Dummies Questions & Answers

Send Fault Alarm SMS Every 30 Minutes

Hi All, I am working in telecom sector. I want to send a fault alarm SMS in every 30 min. Ex.. If one alarm come at say 12:00 and its up say upto 18:00.in this case i want to send a SMS to concern person for every half an hour...can you plz suggest me script which will do the same Awaiting for... (0 Replies)
Discussion started by: sususa
0 Replies

5. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

6. UNIX for Advanced & Expert Users

Unix shell Script To Send SMS

hi , can anyone help with a script to send SMS to some mobile numbers on some conditions. (1 Reply)
Discussion started by: sdcoms
1 Replies

7. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies
Login or Register to Ask a Question