Open Source / GitHub: How to train support staff

Featured illustration for Open Source / GitHub: How to train support staff

Open Source / GitHub: How to train support staff. Actionable guide on how to train support staff in context of android sms gateway open source. Include prerequisites, steps, limits, and internal links. 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 GatewayHow-ToHub E
Article
Published
June 26, 2025
Updated
July 5, 2025
Reading time
16 minute read

Key Takeaways

  • Train L1 to separate “API accepted” from “SIM delivered” before opening application logs.
  • One-page radio check: last-seen, battery, queue, SIM credit, pairing.
  • Never collect API keys or full OTP bodies in tickets — message ids and device nicknames only.
  • OTP outages and campaign complaints need different scripts and device pools.
  • Hub E open-source context still uses the same radio physics as the commercial gateway.
  • Staff must know we meter devices and volume (Free 300 lifetime; paid from $19/mo); operator airtime is the customer’s carrier.

Summary

Training support for an open-source / self-hosted Android SMS gateway mindset is radio ops with a ticket skin. Hub: open-source Android SMS gateway. Sibling: train support (app hub). Docs: Developer Center.

L1 radio check before L2 engineeringLast-seenBatteryQueueMsg id
Four lights, in order. If last-seen is stale, L1 does not open a debugger.
The first question is not “is the API up?” It is “when did this phone last check in, and is it charging?”

Ticket lanes

Split OTP not arriving, campaign slow send, and overnight app death into separate scripts. Mixing them burns L1 on the wrong layer.

What support owns

L1 owns radio check and canary. L2 owns pairing secrets, webhook HMAC failures, and routing changes. GitHub issues are not a substitute for on-call runbooks — see document runbooks.

Training sequence

  1. Accept vs delivered clocks.
  2. Radio check card (last-seen → battery → queue → SIM → pairing).
  3. Canary to staff number on the same device.
  4. Message id only — no OTP bodies in tickets.
  5. Escalate with device nickname + last-seen age.

L1 vs L2 table

LaneL1 first actionEscalate when
OTP missingCanary on OTP pool deviceAccepted but no DLR / wrong pool
Campaign slowCheck pacing + device healthOEM throttle / plan pause unclear
Overnight deathBattery exemption + last-seenPairing lost after OEM update
STOP ignoredDevice online? keyword saved?Consent / routing change needed

Cost answers

Teach staff: platform fees meter devices and volume; Free is 300 SMS lifetime; paid from $19/mo. Operator airtime is the customer’s carrier. Unused “credits” are not prepaid packs we cash out. Pricing.

Daily radio check

Spare charged phones beat SLA prose. After OEM updates, re-canary before promising OTP latency. Setup.

Secrets in tickets

No API keys, webhook secrets, or OTP digits in Zendesk/GitHub. Message ids and redacted error classes only.

When to escalate

Escalate when radio check is green but sends still fail, or when HMAC/webhook verification is involved — L2 owns that path via webhooks.

Checklist

  • Radio-check card laminated or pinned.
  • OTP vs marketing scripts separated.
  • No secrets in tickets.
  • Cost model answers rehearsed.
  • Spare device drill quarterly.

Next steps

OTP launch gate: OTP launch checklist (open source).

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

FAQ

Frequently asked questions

Direct answers about android sms gateway open source how to train support staff.

What should a new support agent check first?

Device last-seen, charging, queue depth, and whether the job was accepted. Then ask for a message id. Do not start in app logs if the phone is offline.

Can support ask for an API key to reproduce a send?

No. Keys stay on servers. Use a staging key the customer rotates, or a canary from their own panel.

Does the gateway include carrier SMS credit?

No. Customers bring Android and operator SMS credit. Service pricing is devices plus send volume (Free is 300 SMS lifetime).
Keep learning

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

Practical
android sms gateway open source checklist

API production readiness Checklist for Open Source / GitHub

API production readiness Checklist for Open Source / GitHub. Printable-style API production readiness checklist mapped to android sms gateway open source. Each item includes why it matters and a verification step. Priced by devices and SMS send volume; BYO phone and operator credit.

Jan 9, 202516 min
Read article
Information
android sms gateway open source how to avoid spammy wording

Open Source / GitHub: How to avoid spammy wording

Open Source / GitHub: How to avoid spammy wording. Actionable guide on how to avoid spammy wording in context of android sms gateway open source. Include prerequisites, steps, limits, and internal links. Priced by devices and SMS send volume; BYO phone and operator credit.

Jun 11, 202516 min
Read article
Information
android sms gateway open source how to choose prepaid vs postpaid sims

Open Source / GitHub: How to choose prepaid vs postpaid SIMs

Open Source / GitHub: How to choose prepaid vs postpaid SIMs. Actionable guide on how to choose prepaid vs postpaid SIMs in context of android sms gateway open source. Include prerequisites, steps, limits, and internal links. Priced by devices and SMS send volume; BYO phone and operator credit.

Feb 17, 202616 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.