Production-ready mobile infrastructureHTTPS API · Android & iOS · Documented end to endExplore the platform
PLATFORMAPI-first architectureSecure device pairingDelivery visibilityMulti-device controlVersioned documentation
SMSMobileAPI / Platform updates

Product evolution, documented

Every meaningful change.
One clear timeline.

Follow new capabilities, platform improvements and fixes across the API, dashboard, mobile apps and integrations.

SMSMobileAPI platform releases across APIs, mobile apps and integrations
Live changelog source
181public releases
27product areas
4change types
September 4, 2026latest recorded release

Release history

2 updates

Newest first
2025

✅ GitHub Repository Now Public

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`
#98

SMSMobileAPI CLI - SSH Command / Send SMS Or Whatsapp

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
Learn more
#97