Simple SMS Gateway

2.1K installs
Ratings not yet available
394 monthly active users
Revenue not available
Install Trends
Weekly +191
Trending
Monthly +605
Trending

Simple SMS Gateway Summary

Simple SMS Gateway is a mobile Android app in Tools by Pabrik Aplikasi. Released in Oct 2025 (6 months ago). It has about 2.1K+ installs Based on AppGoblin estimates, it reaches roughly 394 monthly active users . Store metadata: updated Oct 2, 2025.

Recent activity: 191 installs this week (605 over 4 weeks) showing strong growth View trends →

Store info: Last updated on Google Play on Oct 2, 2025 .


0★

Ratings: 0

5★
4★
3★
2★
1★

Screenshots

App screenshot
App screenshot
App screenshot
App screenshot

App Description

Send SMS via HTTP with SMS Gateway: simple, fast, local server control.

Transform your Android device into a powerful SMS Gateway with this lightweight, user-friendly app. Effortlessly send SMS messages via HTTP POST requests using a local server running on your device. Ideal for developers, automation enthusiasts, and businesses integrating SMS into their systems.
Key Features:

Local HTTP Server: Run a secure, lightweight server to send SMS with a simple POST request (e.g., {"phone": "1234567890", "message": "Hello"}).
Real-Time Logs: Monitor all SMS activity with a clear, timestamped log interface for easy debugging and tracking.
Start/Stop Control: Instantly start or stop the server with a single tap.
Wi-Fi Integration: Automatically detects your device's IP address for seamless network connectivity.
Permission Management: Safely handles SMS and phone permissions with runtime requests.

Why Choose SMS Gateway?
Developer-Friendly: Perfect for custom apps, IoT projects, or automation scripts.
Fast & Reliable: Send SMS quickly using your device's SIM card, with built-in error handling.
Minimal Setup: No external servers or subscriptions—just your Android device and Wi-Fi.
Open API: Use endpoints like /send-sms, /status, and /health with any HTTP client.

How It Works:
Launch the app and grant SMS/phone permissions.
Start the server to get your device's IP address and port (default: 8080).
Send POST requests to http://:8080/send-sms with a JSON payload.
View real-time logs to confirm delivery or troubleshoot errors.

Use Cases:
Automate SMS notifications for apps or services.
Integrate with home automation for alerts.
Test SMS workflows during development.
Enable SMS in regions without cloud services.

Requirements:
Android API 24 or higher.
Device with a SIM card.
Wi-Fi connection for server access.

Security & Privacy:
No data is stored externally—all operations are local. Permissions are requested only when needed, using secure, open-source libraries.
Download SMS Gateway to unlock efficient SMS automation on your Android device.

Note: Requires a physical device with SMS capabilities. Not compatible with emulators. Ensure your device is on the same Wi-Fi network as your client.