Real SIM delivery
Messages leave as normal SMS from the phone’s carrier number.
My Sim · My SMS
MySim SMS turns a phone into a private SMS gateway. Your system creates a message, the phone sends it as a normal carrier SMS, and you track delivery from the cloud. Android only.
Built for OTP, reminders, and business alerts — with your number, your device, and live admin control.
Sideload the gateway APK on a phone with an active SIM and log in.
Allow SMS, notifications, and unrestricted battery so jobs are never missed.
Your backend enqueues an SMS job. The phone claims it and sends through the SIM.
Poll job status until acked — success means the SIM accepted the send.
Clear control for operators who need local SIM delivery.
Messages leave as normal SMS from the phone’s carrier number.
Create and upsert jobs securely with a system API key.
Each gateway account only sends its own messages.
See online status, gateway state, plans, and activity.
Foreground gateway + battery unrestricted for reliable sending.
Optimized for sideloaded Android gateway phones — not iOS.
Gateway phones must stay online with an active SIM.
Admin creates your user and plan in the console.
Allow unknown apps, install the APK, open MySim SMS.
SMS, notifications, and unrestricted battery are required.
Keep the sticky notification active while the phone should send SMS.
iPhone / iOS is not supported for the gateway app.
Without these, jobs can stay pending.
| Permission | Why |
|---|---|
| Send SMS | Sends messages through the SIM |
| Phone state | Helps reliable telephony / SIM handling |
| Notifications | Keeps the gateway service visible |
| Unrestricted battery | Stops Android from killing the gateway |
Enqueue immediately. To schedule for later, call the API from your own cron at the desired time.
PUT https://sms.server.fitwellhub.com/api/system/sms-jobs/upsert
Header: X-System-Api-Key: YOUR_SYSTEM_API_KEY
{
"id": "order-otp-1001",
"userEmail": "gateway@clinic.com",
"to": "+923001234567",
"message": "Your OTP is 123456"
}