Android SMS Gateway contact lists: Overview

Featured illustration for Android SMS Gateway contact lists: Overview

Android SMS Gateway contact lists — overview. Feature deep dive on contact lists (overview). 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
May 26, 2026
Updated
June 11, 2026
Reading time
16 minute read

Key Takeaways

  • Contact lists on the gateway are send audiences and suppression, not a second HubSpot.
  • Separate OTP / transactional numbers from campaign lists even if they are the same humans.
  • A list without STOP handling is a future incident.
  • Plan limits still apply: Free is 300 contacts and 300 SMS lifetime.
  • You bring the phone and operator credit. Devices plus send volume is the platform meter.

Lists are not a CRM

Search for “android sms gateway contacts” usually means: where do I put numbers so bulk and two-way do not become a folder of CSVs on someone’s laptop. The honest answer is a send audience with suppression — not a full customer graph.

Product: contacts and lists. This overview is the mental model. Pricing is devices plus SMS send volume. Free: 300 contacts, 300 SMS lifetime. You still pay the operator when a send actually leaves the radio.

What a list is here

A named collection of MSISDNs you are allowed to text for a purpose: “March restock,” “clinic reminders,” “staff canaries.” Fields beyond phone should stay thin: locale, name for personalization, maybe a segment tag. The rest belongs in your app.

“If the list is the only place a customer exists, you do not have contacts. You have a hostage file you will lose on export day.”

Two-way threads still key off the SIM number, not the list name. Inbox is a conversation. The list is who you might text next.

List vs segment vs suppression

Three buckets operators mix up
BucketJobIf you skip it
ListPeople you intend to message for a purposeAd-hoc CSV forever
SegmentA filter on a list (locale, tag, last send)You blast everyone “just this once”
SuppressionSTOP, bounce, wrong number, legal holdYou recreate yesterday’s complaint

How numbers get in

Panel entry, API, or spreadsheet. CSV import is the usual firehose — and the usual Excel scientific-notation disaster. Normalize to E.164 on the way in.

Dedup on send, not only on import. The same person in “VIP” and “Newsletter” should not get two copies of one campaign unless you meant that.

HTTPS samples: PHP, C#. Not a contacts SDK product.

Keep OTP off marketing lists

Login codes should not iterate a campaign list. Pull the number from the user record, send on an OTP device pool, OTP use case. Mixing them is how a restock blast delays 2FA.

Transactional receipts can share a “customers” list only if STOP still applies where the law says it does, and if you are not piggybacking promo copy on the receipt. Transport does not know the difference. Your template does.

Retention and export

Decide how long list rows live. A number you have not used in 24 months is often a complaint waiting. Export before you change plans or vendors. History retention follows the plan; do not assume the panel is an archive forever.

STOP from auto-reply must land in suppression even if you delete the marketing list. Deleting the audience is not the same as honoring opt-out.

Data-minimization reading: European Commission data protection. Your counsel owns the actual regime.

Next steps

Make three lists: canary, transactional, marketing. Put STOP on the last two. Keep OTP off all three. Setup: pair a device. Caps: pricing.

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

FAQ

Frequently asked questions

Direct answers about android sms gateway contacts.

Are contact lists included on every plan?

Free includes 300 contacts. Paid tiers raise that cap — confirm the live table on pricing. Bulk CSV import is Professional and Business.

Can I use lists as my source of truth for customer data?

No. Keep the CRM canonical. Sync a sendable slice here. When you cancel, export first.

Do lists include carrier credit?

No. Storing a number does not send. When you send, operator airtime is yours.

Should login OTP read from a marketing list?

No. OTP should use the number on the user record, on a dedicated device pool.
Keep learning

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

Information
android sms gateway auto reply

Android SMS Gateway auto-reply and STOP: Overview

Android SMS Gateway auto reply and stop — reply and STOP-overview. Feature deep dive on auto-reply and STOP (overview). Unique examples and failure modes; link matching /features path when exists. Priced by devices and SMS send volume; BYO phone and operator credit.

Feb 3, 202516 min
Read article
Information
android sms gateway bulk csv

Android SMS Gateway bulk CSV import: Overview

Android SMS Gateway bulk csv import — overview. Feature deep dive on bulk CSV import (overview). Unique examples and failure modes; link matching /features path when exists. Priced by devices and SMS send volume; BYO phone and operator credit.

Apr 9, 202616 min
Read article
Information
android sms gateway delivery reports

Android SMS Gateway delivery reports: Overview

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

Feb 18, 202516 min
Read article
Information
android sms gateway dual sim

Android SMS Gateway dual SIM routing: Overview

Android SMS Gateway dual sim routing — overview. Feature deep dive on dual SIM routing (overview). Unique examples and failure modes; link matching /features path when exists. Priced by devices and SMS send volume; BYO phone and operator credit.

Nov 27, 202416 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.