Android SMS Gateway two-way inbox: Api usage

Featured illustration for Android SMS Gateway two-way inbox: Api usage

Android SMS Gateway two way inbox — way inbox-api usage. Feature deep dive on two-way inbox (api usage). Unique examples and failure modes; link matching /features path when exists. Priced by devices and SMS send volume; BYO phone and operator credit.

Written by the SMS Gateway team for operators who run phones and airtime themselves — not for theoretical cloud SMS demos.

InformationAndroid SMS GatewayFeaturesOperations
Article
Published
January 10, 2026
Updated
February 9, 2026
Reading time
16 minute read

Key Takeaways

  • Two-way inbox API usage is how you read inbound SMS that landed on your Android SIM — not a rented two-way long code.
  • Live list/filter fields live in Developer Center; this page is failure modes.
  • Webhooks beat polling for STOP and OTP replies. Polling misses while the device is Dozing.
  • Honor STOP on promo. OTP replies are a different lane.
  • Inbox does not work if the gateway app cannot receive SMS (permissions, dual-SIM default).
  • You bring the phone and operator credit. We meter devices and send volume — inbound is not a third SKU.

Inbox is inbound on a SIM you hold

Android SMS gateway two-way inbox API usage is pulling (or receiving) messages that hit the SIM in a paired phone: STOP, YES, OTP paste-backs, support texts. It is not a hosted inbox on a rented number. The MSISDN on the envelope is the one in the tray.

Product: two-way SMS. Auto-reply / STOP: auto-reply. Live fields: Developer Center— this spoke does not mirror query params.

“If the device cannot receive, your inbox API is a pretty empty array.”

Inbound and outbound message bubbles
The orange bubble never arrives if notification access died in the last OEM update.

API shapes (conceptual)

NeedTypical shapeWatch for
List recent inboundAuthenticated GET, cursor/pageDo not poll every 200ms
Push on arrivalWebhook POSTHMAC + HTTPS
Mark handledIdempotent ackDuplicate STOP processing
Filter by SIMDevice / slot idDual-SIM default SMS app
OTP replySame as inbound SMSDo not log full bodies in Slack

Poll vs webhook

Polling while the phone sleeps returns stale. Prefer webhooks. Webhook guide, webhook best practices.

STOP and YES/NO

Promo inbox must suppress that MSISDN. Reservation YES/NO is not an opt-out. Acceptable use. External: CTIA messaging principles.

The phone must stay awake

Notification access, default SMS role, dual-SIM “send from SIM 2 / receive on SIM 1” confusion. Device offline KB.

Cost

You still buy operator credit. Some packs bill MO separately — that is the carrier, not a gateway inbound SKU. Platform fee is devices + SMS sent. Pricing.

Checklist

  • Receive permission + default SMS path verified on the slot you think you own.
  • Webhook HMAC before polling in production.
  • STOP handler idempotent.
  • OTP bodies not in shared chat.
  • Canary inbound from a staff phone.

Next steps

Two-way SMS, setup, Developer Center.

Jump to the live product docs for this topic—not another long-form article.

FAQ

Frequently asked questions

Direct answers about android sms gateway two way sms.

Does the two-way inbox include a Twilio-style number?

No. Recipients text the MSISDN of the SIM in the phone. We do not rent you a long code.

Where is the inbox list endpoint documented?

Developer Center owns live API parameters. Product overview: two-way SMS.

Is inbound billed as SMS send volume?

Platform pricing is devices plus SMS sent through the gateway. Operator may still bill MO/MT on the pack. We do not invent an inbound meter.
Keep learning

Topically related guides—chosen by subject overlap, not a fixed sitewide footer.

Information
android sms gateway contacts

Android SMS Gateway contact lists: Api usage

Android SMS Gateway contact lists — api usage. Feature deep dive on contact lists (api usage). Unique examples and failure modes; link matching /features path when exists. Priced by devices and SMS send volume; BYO phone and operator credit.

Sep 21, 202516 min
Read article

Browse the full Android SMS gateway knowledge base or return to how an Android SMS gateway works.

Get started

Test the gateway on your own Android phone

Install the app, pair one device, and validate your API flow before choosing a paid plan.

You supply the phone, SIM, and operator SMS credit.