Production-ready mobile infrastructureHTTPS API · Android & iOS · Documented end to endExplore the platform
PLATFORMAPI-first architectureSecure device pairingDelivery visibilityMulti-device controlVersioned documentation
← Integration directory

Developer tools

Command-line tool

Connect SSH / CLI.
Communicate through your own phone.

The SMSMobileAPI command-line tool gives system administrators a direct way to send messages from Linux servers. It fits monitoring, CRON and deployment workflows where a simple command is the right interface.

SSH / CLI connected to SMSMobileAPI mobile communication infrastructure
SMSMobileAPI
Integration path readySMS · WhatsApp · CLI

What the connection unlocks

Trigger SMS and WhatsApp from terminals, scripts and scheduled jobs.

A focused integration surface, connected to the same authenticated API, device routing and operational visibility used across SMSMobileAPI.

01

Run from a Linux terminal

Start from the event or action your team already uses.

02

Automate with scripts and CRON

Map the business context into a useful, timely message.

03

Choose SMS or WhatsApp per command

Route the operation through your connected SMSMobileAPI environment.

04

Identify CLI-originated messages in logs

Review the result and keep the workflow observable.

The secure SMSMobileAPI mobile app connecting a phone to the web dashboard and REST API for SMS and call operations
Encrypted mobile-to-platform connection

Official mobile application

The secure bridge between your phone, dashboard and API.

SMS and call operations pass through the official SMSMobileAPI app installed on your connected phone. The app securely pairs the device with your account, synchronizes authorized events and links the mobile network to the dashboard and REST API.

1Mobile appPairs the phone and its SIM 2Encrypted linkAuthenticates and protects data in transit 3Dashboard & APIControls workflows and activity
  • Signed releases distributed through the official Google Play and Apple App Store listings
  • Google and Apple platform review, signing and distribution controls
  • Secure device pairing, HTTPS transport and authenticated API access
  • Only the permissions required for the mobile features you enable
Get the official SMSMobileAPI app on Google Play Download the official SMSMobileAPI app on the Apple App Store
Capabilities depend on the permissions and background access allowed by Android or iOS.

Connection flow

One workflow.
Clear responsibilities.

SSH / CLI provides the business trigger or developer interface. SMSMobileAPI authenticates and routes the request. Your connected device or configured channel completes the communication operation.

SMSWhatsAppCLI
01
SOURCE

SSH / CLI

A business event, workflow action or explicit request starts the process.

02
CONTROL LAYER

SMSMobileAPI

Authentication, payload validation, routing and activity tracking remain centralized.

03
DELIVERY SURFACE

SMS or WhatsApp

The selected connected channel performs the operation and returns a result.

Built for practical work

Where SSH / CLI and SMSMobileAPI fit together.

1

Server health alerts

Connect the trigger, map the message context and keep the resulting activity visible in the SMSMobileAPI workflow.

2

Backup completion messages

Connect the trigger, map the message context and keep the resulting activity visible in the SMSMobileAPI workflow.

3

Deployment notifications

Connect the trigger, map the message context and keep the resulting activity visible in the SMSMobileAPI workflow.

4

Manual operations messaging

Connect the trigger, map the message context and keep the resulting activity visible in the SMSMobileAPI workflow.

Implementation path

From connection to a verified first workflow.

Use a non-production recipient and controlled data while configuring the integration. Never place a production API key in browser code, screenshots or public repositories.

Validate an API key safely →
  1. Install the CLI from the official repository.

    Complete this step, verify the result, then continue to the next part of the connection.

  2. Store the API key in protected configuration.

    Complete this step, verify the result, then continue to the next part of the connection.

  3. Run a test command with a safe recipient.

    Complete this step, verify the result, then continue to the next part of the connection.

  4. Add the verified command to the intended automation.

    Complete this step, verify the result, then continue to the next part of the connection.

Developer quick start

CLI example

Replace example values with protected server-side configuration. Review the full documentation before handling production traffic.

Read endpoint documentation →
ssh-/-cli
smsmobileapi send \
  --to '+15551234567' \
  --message 'Backup completed' \
  --via sms

Ready to connect?

Make SSH / CLI part of your mobile communication stack.

Create an account, connect a phone and validate the first workflow with a three-day free trial.