A complete SMS platform built for developers and businesses
Send and receive SMS through your dashboard or API. Conversation-threaded inbox with real-time polling and in-app notifications.
Download the app, scan the QR code from your dashboard, and your phone is connected. No port forwarding, no complex config.
Generate API keys with granular permissions. Send messages programmatically from Python, Node, Go, or any language.
Get notified instantly when messages arrive. HMAC-SHA256 signed with automatic retries and delivery logging.
Queue messages for future delivery. Set a date and time, and the platform handles the rest — even across time zones.
Connect multiple Android phones. Messages are automatically load-balanced across your device fleet.
From signup to sending your first message — faster than making coffee
Sign up with email or Google SSO. No credit card. No commitments.
Download Android Texter from Google Play or your dashboard. It's a lightweight app that runs in the background.
Open the app, tap the QR scanner, point at your dashboard. Your phone is now an SMS gateway.
Use the web dashboard for manual messaging, or integrate the REST API and webhooks into your stack.
Drop Android Texter into the automation tools your team already uses. Native integrations for the leading no-code platforms — no glue code, no custom webhooks to wire up.
Self-hosted open-source automation. Drop the Android Texter node into any n8n workflow.
Build SMS-powered scenarios visually. 7 modules including the instant trigger and broadcast personalization.
Connect Android Texter to 6,000+ other apps. Instant webhook triggers + the full action surface.
Building on a different platform? The REST API works with anything that can speak HTTP — see the developer docs.
Start free. Upgrade when you need unlimited.
Perfect for personal use and trying things out
For businesses and developers who need scale
Send your first SMS in one API call. Full REST with JSON payloads.
/api/messages/sendcurl -X POST \
https://androidtexter.com/api/messages/send \
-H "X-API-Key: at_your_key" \
-H "Content-Type: application/json" \
-d '{
"phone": "+14155551234",
"message": "Hello from your API!",
"scheduled_at": "2026-03-15T09:00:00Z"
}'message.received{
"event": "message.received",
"timestamp": "2026-03-12T16:30:00Z",
"data": {
"phone": "+14155559876",
"body": "Hey, got your message!",
"direction": "inbound"
}
} Signed with X-Webhook-Signature: sha256=HMAC(body, secret)
Create your free account and have your SMS gateway running in under a minute.
Get Started FreeNo credit card required • Free forever on the basic plan