What is new in textbee
Every meaningful feature we have shipped since 2022, newest first, across the Android app, the API, the dashboard, and the SDK.
August 2026
Official JavaScript SDK
SDKThe @textbee/sdk package is on npm, with typed helpers for sending messages, reading history, and managing devices from any TypeScript or JavaScript project.
Built-in SMS utilities
SDKThe SDK ships helpers for counting message segments, detecting encoding, and normalizing recipients, with no extra dependencies to install.
Message history across every device
APIQuery messages from all of your registered phones in a single call, filtered by device, batch, or status.
Public OpenAPI spec
APIThe whole API is described in a machine readable spec, so you can generate a client for your language or import it straight into Postman or Insomnia.
Send without naming a device
APIRequests no longer need a device ID. Leave it out and textbee sends from your default device, which makes the first API call a one-liner.
Faster request authentication
APIAPI keys are verified with an indexed lookup, cutting latency on every single request you make.
Android version shown per device
DashboardEach registered phone displays the Android version it is running, so you can spot the devices that need attention.
Discord community
PlatformA Discord server for support, feature requests, and release announcements, linked from the app, the dashboard, and the site.
July 2026
Redesigned dashboard
DashboardA new app shell with a persistent sidebar, a keyboard command palette, and a proper mobile navigation bar, plus a home page that opens on your real usage and recent activity.
Search anywhere in the dashboard
DashboardOne search box reaches devices, messages, and settings from any page.
Guided bulk send with CSV validation
DashboardBulk sending is now a four step flow that parses your CSV or recipient list, flags invalid numbers, and previews the batch before anything goes out.
Segment counting while you type
DashboardThe compose box shows how many SMS segments a message will use as you write it, so the cost of a send is never a surprise.
Searchable message history
DashboardFind any sent or received message by its text, its recipient, or its sender.
Per-webhook signing secrets
APIEvery webhook endpoint gets its own signing secret, so you can rotate one without breaking the others.
Settings and billing in one place
DashboardProfile, security, billing, and support moved under a single settings area, with a rebuilt billing page.
June 2026
Android app rebuilt
Android appThe gateway app was rewritten from the ground up with a new interface: a clearer dashboard, upfront permission warnings, usage bars, and dedicated message and settings screens.
Guided app onboarding
Android appFirst run walks you through pairing your phone and granting the permissions the gateway needs, one step at a time.
Scale plan
PlatformA higher volume tier above Pro, with a larger message allowance and room for more registered devices.
Smoother plan changes
PlatformUpgrading or downgrading adjusts your existing subscription instead of starting a fresh checkout, and cancelling keeps your paid plan until the period ends.
May 2026
Multiple webhook endpoints
APIRegister several endpoints per account and have every event delivered to all of them, instead of being limited to one.
April 2026
Delete devices from the dashboard
DashboardRemove a phone you no longer use, end to end, without contacting support.
Clearer billing recovery
PlatformA failed payment now raises an unmissable alert with a direct link into the billing portal to fix the card.
Fewer Android permissions
Android appThe app asks for a smaller set of permissions and no longer requests anything it does not need to run the gateway.
March 2026
Configurable send delay and retries
Android appSet a pause between outgoing messages so your carrier or handset does not throttle a large batch, with automatic retries and clearer reasons when a message fails.
Webhook retries and auto-disable
APIFailed deliveries retry over a longer window, and endpoints that keep failing are disabled automatically so a dead URL does not back up your queue.
Live support in the dashboard
DashboardReach a human from inside the product instead of switching to email.
Outdated app version prompt
DashboardThe dashboard tells you when a registered phone is running an old version of the gateway app.
Free SMS tools
PlatformA set of free utilities for everyday SMS work, including segment and character counting and phone number formatting.
SMS API playground
PlatformTry the API from your browser and see the exact request and response, without writing a line of code.
February 2026
Custom device names
Android appName your phones something meaningful instead of reading raw model strings, shown everywhere the device appears.
Pick a SIM when sending from the dashboard
DashboardChoose which SIM sends the message on dual SIM phones, directly from the send form.
Filter rules for received messages
Android appRules in the app decide which incoming messages get forwarded, so you can ignore noise from senders you do not care about.
January 2026
Device heartbeat monitoring
APIRegistered phones check in on a schedule, so the dashboard can show whether a device is genuinely online rather than just registered.
SIM selection via the API
APIChoose which SIM slot sends a message as part of the send request.
Delayed sending
APIAsk for a message to go out after a delay instead of the moment the request lands.
December 2025
Bot protection on support forms
PlatformSupport requests and account deletion requests are shielded from automated abuse.
November 2025
Custom message allowances
PlatformAccounts can be given limits above the standard plans when a project needs more headroom than a tier provides.
October 2025
Usage and billing alerts by email
PlatformGet an email as you approach your plan limit, so sending never stops without warning.
September 2025
Webhook delivery history
DashboardEvery webhook attempt is listed with its payload, response status, and failure reason, so you can debug an integration instead of guessing at it.
Webhook events for sent messages
APIWebhooks fire on outgoing message events too, not only on messages you receive.
July 2025
Usage in the subscription endpoint
APIRead your current consumption and remaining allowance programmatically.
Free tier raised to 300 messages
PlatformThe free plan allowance went up, so smaller projects can run without paying anything.
June 2025
Delivery status tracking
Android appEach message reports back as sent, delivered, or failed, with the reason attached when something goes wrong.
Look up a message or batch by ID
APIFetch the current status of a single message or an entire batch from the API.
Redesigned Android app
Android appA rebuilt interface with a new logo and brand colors, plus crash reporting so problems surface and get fixed faster.
Gateway that survives reboots
Android appThe app runs as a persistent foreground service and restarts itself after the phone reboots, so Android stops quietly killing it in the background.
Rebuilt web dashboard
DashboardA cleaner layout across devices, messages, and settings.
Offline sync for received messages
Android appIncoming messages and delivery statuses queue up while the phone has no connection and sync as soon as it is back.
Larger bulk uploads
APIBulk recipient lists accept far bigger files in a single request.
May 2025
Support requests in the dashboard
DashboardSend a support request from inside the product instead of hunting for an email address.
Account deletion requests
DashboardRequest deletion of your account and its data directly from the dashboard.
March 2025
Reply to a received message
DashboardOpen an incoming message and reply to it without leaving the dashboard.
Sent message history
DashboardBrowse everything you have sent, paginated and refreshing on its own.
Scheduled sending
APIQueue messages to go out later instead of the instant the request arrives.
Quick start and use case guides
PlatformStep by step onboarding docs and worked examples for the setups people build most often.
February 2025
Paid plans and checkout
PlatformPricing tiers with hosted checkout, so you can move past the free allowance and manage your subscription from the dashboard.
January 2025
Email verification
PlatformNew accounts confirm their email address, which cuts abuse and keeps important notices deliverable.
December 2024
Bulk messaging
DashboardSend the same message to a long list of recipients in one go, from a dedicated bulk send screen or straight from the API.
Webhooks
APISubscribe an HTTPS endpoint and have received messages pushed to your server with a verifiable signature, instead of polling for them.
Dark mode
DashboardA full dark theme across the dashboard and the site.
Profile and password management
DashboardUpdate your details and change your password yourself, no support ticket required.
Official Docker images
PlatformPublished container images and a compose file, so you can self-host the entire gateway on your own infrastructure.
November 2024
Consistent endpoint naming
APIThe public API moved to a consistent naming scheme, with the previous paths kept working so nothing broke.
Rename, revoke and delete API keys
DashboardLabel your keys so you know what each one is for, and revoke or remove the ones you have finished with.
May 2024
Correct timestamps on received messages
APIIncoming messages show the right local time, and recipient and message validation got stricter.
April 2024
Receive SMS
Android appMessages arriving on your phone are forwarded to the API, turning textbee into a two-way gateway rather than a send-only one.
Received messages in the dashboard
DashboardA dedicated inbox listing every message your devices have taken in.
Batch SMS
APITarget many recipients in a single request and track them together as one batch.
Header-based API key auth
APIAuthenticate with an x-api-key header instead of a query string, so keys stop leaking into server logs.
Copyable device ID
DashboardGrab a device ID straight from the dashboard while wiring up your API calls.
March 2024
Multi-SIM support
Android appDual SIM phones can send from whichever SIM you pick.
Usage stats
DashboardPer device counters and account totals showing how much you have actually sent.
Password reset
PlatformRecover a forgotten password by email on your own.
Rate limiting
APIRequest throttling that keeps the gateway responsive for everyone using it.
June 2023
Rebuilt mobile app
Android appA major overhaul of the gateway app, alongside a rewritten landing page.
March 2023
Send SMS from your browser
DashboardA web dashboard for sending a message and seeing your registered devices, without touching the API.
Sign in with Google
PlatformOne click sign in alongside email and password.
May 2022
QR code device pairing
Android appPair a phone by scanning a QR code from the dashboard, which issues an API key for it on the spot.
API keys
APIAuthenticate your requests with a key tied to your account.
March 2022
textbee launches
Android appThe first working version. Your Android phone registers with the API, receives a push, and sends the SMS from your own number. Long messages split automatically.
Want the detail behind any of this? The whole project is open source on GitHub, and we announce every release in the Discord community.