Skip to main content

Android Gateway

Draft

Structural skeleton — content authored separately.

The Msgly Android Gateway app turns any Android phone into an SMS gateway, sending and receiving messages through your own SIM cards at local rates.

Example

# Enqueue a message for delivery via a paired Android device
curl https://api.msgly.live/v1/messages \
-H "Authorization: Bearer $MSGLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "to": "+48512345678", "text": "Sent from my Android gateway", "route": "device" }'

How it works