Key Takeaways
- Android SMS gateway app scenario 494 is clinic DLR for vaccine lot-recall “call the clinic” notices — not morning no-shows (14), refill nights (74), weekday portal-ready (134), gym-door mass (194), driveway (254), weekend MRI (314), STAT night (374), or pharmacy-window ready (434).
- A recall text that sits on a sleeping nurse-station phone is not a findings leak — it is a missed callback you already documented.
- Priced by devices and SMS send volume. You use your own phone and operator SMS credit.
- Free is 300 SMS lifetime, 300 contacts, 1 device. Developer is 25,000 SMS per year.
- Never put lot numbers or diagnoses in SMS. DLR is “please call,” not the recall memo. Marketing never shares that SIM.
- Developer Center owns live DLR fields; this page is the recall habit.
Summary
Android SMS gateway app scenario 494 is clinic delivery reports for vaccine lot-recall “call the clinic” notices from a nurse-station Android. Service pricing is based on device count and total SMS sent through the gateway. You need a working Android phone with a SIM and SMS credit from your mobile operator. Operator message costs are yours—we do not sell carrier SMS balance.
A green HTTP 200 is not a delivered recall. If the station phone slept, the chart still says notified — and nobody called.
Earlier DLR pieces covered no-shows, refills, portal-ready, gym-door clinics, driveway, weekend imaging, STAT, and pharmacy windows. This article stays on cohort recall.
Key takeaways
- Android SMS gateway app scenario 494 is clinic DLR for vaccine lot-recall “call the clinic” notices — not morning no-shows (14), refill nights (74), weekday portal-ready (134), gym-door mass (194), driveway (254), weekend MRI (314), STAT night (374), or pharmacy-window ready (434).
- A recall text that sits on a sleeping nurse-station phone is not a findings leak — it is a missed callback you already documented.
- Priced by devices and SMS send volume. You use your own phone and operator SMS credit.
- Free is 300 SMS lifetime, 300 contacts, 1 device. Developer is 25,000 SMS per year.
- Never put lot numbers or diagnoses in SMS. DLR is “please call,” not the recall memo. Marketing never shares that SIM.
- Developer Center owns live DLR fields; this page is the recall habit.
Related reading
Android SMS gateway app, transactional SMS, OTP isolation, SMS delivery reports.
Lot-recall context
Clinics still text a “call us” line when a lot is pulled. The app can enqueue. OEM killers can still eat the radio. That is not a CodeCanyon modem pack.
Cross-link hub cornerstones. Confirm DLR callback shapes in Developer Center.
App recall DLR
Queue: lot flag → no-detail callback SMS → DLR within hours → voice if undelivered.
Write acceptance criteria: staff canary, PHI never in body, wellness isolated, spare charged at the station.
Recall lanes
| Event | Body | DLR habit |
|---|---|---|
| Lot recall callback | Call clinic — no lots, no diagnoses | Watch within hours, not next week |
| Voice escalate | Staff phone if DLR fails | Human path; do not restack SMS forever |
| Portal OTP | Silent pair | Never starve recall |
| Appeal / wellness | Other pool + STOP | Never recall SIM |
Cost and ownership
Priced by devices and SMS send volume. You use your own phone and operator SMS credit. Developer is 25,000 SMS per year. Cohort retries still cost airtime. Do not title this “Unlimited SMS.”
Assign who reviews recall DLR. Free 300 lifetime SMS is a lab.
Operations
Recall days: pairing, battery, station canary, cohort depth, voice escalate.
After OEM updates, re-canary a staff recall send you can watch.
Name an on-call who can reach the station phone.
Security and compliance
Protect API keys. No lot numbers, diagnoses, or DOB in SMS. STOP applies to appeals.
Never auto-reply into portal OTP. Verify webhook signatures.
Decision guide
Ship android sms gateway app scenario 494 when undelivered recall is a named escalate. Delay if nobody looks until next week’s huddle.
If zero phone ops is mandatory, evaluate CPaaS for callback SMS.
Checklist
- No PHI / lots in body.
- Staff canary.
- Voice escalate on fail.
- Wellness off recall SIM.
- Developer Center checked.
- Airtime for cohort retries.
- OEM sleep disabled.
- Station on-call named.
Next steps
Return to App guide, compare device and SMS volume pricing, open device setup guide, and confirm APIs in SMS API documentation.
Deep dive: production hardening
Recall-DLR hardening is a station ritual. If the phone lives in a drawer, cohort sends are theatre.
Battery exemptions and OEM killers dominate overnight before a morning blast.
Spare charged devices beat brochure SLAs. Airtime surprise bills happen when retry loops ignore radio pace.
Never claim unlimited free cloud SMS credits with no device or volume meter. Name an on-call owner before unattended recalls go live.
Canary on staff numbers before patient OTP. Cross-link Setup, Pricing, Developer Center.
Document who owns SIM top-ups. Webhook signature verification is non-negotiable.
Prefer honest latency over global SLA claims. If zero phone ops is mandatory, evaluate CPaaS.
OTP and marketing must stay on separate lanes. Contact lists need consent metadata.
Dual-SIM routing fails when slot maps drift after reboot. Multi-device failover only helps if spare phones stay charged and paired.
Scheduled wellness reminders must not share the recall radio.
Deep dive: scaling and failure modes
Scale sites by docked phones, not by implying unmetered carrier SMS after a flat fee.
Recall days are queue events. Pause wellness if DLR ages out.
Retry storms burn credit. Cap callback resends in the app worker.
Multi-site clinics may need a phone per station. Still devices + volume.
Do not load-test against patient lists. Use staff cohorts.
Raise OEM/Android SMS rate ceilings carefully. Carrier fair-use still applies.
Measure flag-to-DLR hours, not HTTP 200.
A second station device is cheaper than a silent recall chart.
Watch prepaid during two-way CONFIRM. Inbound is another surface.
Document the escalate runbook where the nurse lead can find it. If only a contractor knows the pairing PIN, you do not have reports.
Deep dive: integration discipline
Hold the Bearer in the app worker, never in a public portal widget. Idempotent lot-patient IDs prevent duplicate callbacks. MCP, if used, wraps the same REST — it is not a second SMS network.
Store gateway message IDs on the recall row. Staff should not grep the phone.
Confirm live parameters in Developer Center. Sample JSON is not the contract.
Prefer feature flags. Enable recall SMS for one site first.
Keep examples conceptual until Developer Center confirms live request shapes. Budget airtime for retries.
Radio reality still wins. Cross-link hub cornerstones instead of rewriting the product overview.
Isolate patient OTP from wellness drips. Verify DLR webhooks before patient traffic.
Scenario success needs owners for phones, SIMs, templates, and on-call. That is android sms gateway app scenario 494.
Related product pages
Jump to the live product docs for this topic—not another long-form article.
- SMS delivery reports (DLR)Delivery status tracking
- transactional SMS for orders and alertsEvent-driven messages
- SMS webhook integrationInbound and status events
- SMS API documentationLive endpoint reference





