Turn Your Android Phone Into Your Own SMS Gateway
Connect any Android device and SIM card to My SMS Gateway. Send programmable transactional SMS, OTPs, order updates and delivery alerts directly from your existing mobile carrier plan.
From Any Smartphone to Production Gateway
Four steps from Android phone to programmable messaging infrastructure.
Install Android App
Install the gateway agent on a compatible Android phone.
Pair Your Device
Scan a secure pairing code from your My SMS Gateway workspace.
Generate API Key
Create a scoped API key for your website, CRM, SaaS or backend.
Dispatch SMS
Send SMS or OTP jobs through the SIM already inside your phone.
Mission Control for Local SIM Telemetry
Monitor gateway health, message jobs, devices, SIMs and delivery status from one workspace.
Track delivery states and gateway health in one place.
Use Your Unlimited Local SIM. Save on SMS Overhead.
Messages are dispatched from your own Android device and carrier plan. My SMS Gateway provides the software layer, APIs, queueing, device control and delivery tracking.
One Clean API Endpoint to Dispatch Any SMS
Integrate once and route jobs to your selected Android gateway and SIM.
curl -X POST https://api.mysmsgateway.com/v1/sms/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"device_id": "YOUR_DEVICE_ID",
"to": "+974XXXXXXXX",
"message": "Your order is ready",
"sim": 1,
"message_type": "transactional"
}'{
"success": true,
"status": "queued",
"job_id": "..."
}
// Device wakes through FCM
// SIM sends the message
// Status updates are trackedBuilt for Mission-Critical Business Workflows
Use your Android gateway anywhere transactional SMS is needed.
OTP & Authentication
Phone verification, login codes and account security flows.
Transactional messagingCommerce & COD
Order confirmations, COD verification and delivery notifications.
Transactional messagingLogistics & Delivery
Dispatch alerts, status updates and customer notifications.
Transactional messagingAppointment Alerts
Bookings, reminders and transactional business messages.
Transactional messagingPlug Into Your Existing Tech Stack
Start with REST API and webhooks today. More integrations will be added as they are released.
Local SIM Economy Meets Automated Cloud Fallback
Local SIM mode is live today. Cloud fallback can be added later without changing your application workflow.
- Uses your own carrier SIM
- Android device controlled from dashboard
- SMS + OTP APIs
- Delivery statuses and signed webhooks
- Optional provider route
- Useful when a local device is unavailable
- Same API surface
- Provider/reseller terms required before launch
Flat Software Subscriptions. Zero Per-Message Markup.
Use your own SIM allowance. Carrier charges and fair-use policies remain with your mobile operator.
Free
For testing your first Android gateway.
- 100 SMS/OTP jobs monthly
- 1 Android device
- 1 API key
- 1 webhook
Pro
For small production apps and businesses.
- 5,000 SMS/OTP jobs monthly
- 3 Android devices
- 5 API keys
- 5 webhooks
- $89/year option
Business
For growing teams and higher message volume.
- 25,000 SMS/OTP jobs monthly
- 10 Android devices
- 25 API keys
- 25 webhooks
- $249/year option
Scale
For larger multi-device gateway operations.
- 75,000 SMS/OTP jobs monthly
- 25 Android devices
- 100 API keys
- 100 webhooks
- $499/year option
Frequently Asked Questions
What exactly is My SMS Gateway?+
My SMS Gateway turns a compatible Android phone and SIM card into a programmable SMS gateway that can be controlled from your applications through REST APIs.
Can I send messages using my own SIM card?+
Yes. In local SIM mode, the Android phone sends messages through the mobile carrier plan attached to its SIM. Carrier fees and fair-use rules still apply.
Does the phone need to stay connected to the internet?+
Yes. The gateway app needs Wi-Fi or mobile data so it can receive queued jobs, send status updates and receive wake notifications.
Can I use two SIM cards?+
Yes on compatible Android devices where Android exposes both subscriptions. You can select SIM 1 or SIM 2 for supported workflows.
Do you charge per SMS?+
My SMS Gateway charges for the software plan. Local SIM SMS charges are billed by your own mobile operator.
Can I use it for OTP verification?+
Yes. The platform includes OTP send and verify APIs with hashed OTP storage, expiry and attempt limits.
Start Sending SMS From Your Own SIM in 3 Minutes
Pair your Android gateway, create an API key and send your first test message.