Changelog
✅ GitHub Repository Now Public Update
The official GitHub repository for the **SMSMobileAPI CLI** is now live and up to date:
🔗 https://github.com/SmsMobileApi/smsmobileapi-cli
This repository includes:
- `README.md` with full installation and usage instructions
- `install-cli.sh` script for one-line installation
- `smsmobileapi.sh` command-line script
- `CHANGELOG.md`, `VERSION`, and `LICENSE` files
- Configuration example file (`config-example.conf`)
You can now clone, fork, or contribute to the CLI directly on GitHub.
Feel free to submit issues, improvements, or integrations.
---
Want to send SMS or WhatsApp via SSH?
Start here → `curl -O https://smsmobileapi.com/downloads-cli/install-cli.sh && bash install-cli.sh`
SMSMobileAPI CLI - SSH Command / Send SMS Or Whatsapp Update
Added:
New SSH CLI support: You can now send SMS and WhatsApp messages directly from any Linux server or terminal via command line.
Seamless choice between --via sms or --via whatsapp.
Learn more here : https://smsmobileapi.com/ssh/
This new SSH command-line integration makes it easy for developers and system administrators to send SMS and WhatsApp messages directly from servers, scripts, or automation tools — with full control, privacy, and no dependency on external gateways.
Usage example:
smsmobileapi send --to "+32471234567" --message "Hello!" --via sms
One-line installation:
curl -O https://smsmobileapi.com/downloads-cli/install-cli.sh && bash install-cli.sh