Your developers want an API. Support wants a console. Marketing runs campaigns, ops sends reminders. SMS365 gives each team the way they already know — over one gateway, one bill, and one set of rules.
Plans from $10/mo + 10c a message · Australian, carrier-direct
# Send an SMS in three lines curl -X POST https://app.sms365.com.au/v1/messages \ -H "Authorization: Bearer sk_live_…" \ -H "Content-Type: application/json" \ -d '{"to":"0412345678","body":"Your order is on its way."}'
await fetch("https://app.sms365.com.au/v1/messages", { method: "POST", headers: { Authorization: `Bearer ${process.env.SMS365_KEY}`, "Content-Type": "application/json", }, body: JSON.stringify({ to: "0412345678", body: "Your order is on its way." }), });
import requests requests.post( "https://app.sms365.com.au/v1/messages", headers={"Authorization": f"Bearer {KEY}"}, json={"to": "0412345678", "body": "Your order is on its way."}, )
$ch = curl_init("https://app.sms365.com.au/v1/messages"); curl_setopt_array($ch, [ CURLOPT_POST => true, CURLOPT_HTTPHEADER => ["Authorization: Bearer $key", "Content-Type: application/json"], CURLOPT_POSTFIELDS => json_encode(["to" => "0412345678", "body" => "Your order is on its way."]), ]); curl_exec($ch);
Everything in one place — a live dashboard, a message log you can search, recurring sends, a statement of every cent, and the reports that show what landed.



Your teams don't send SMS the same way — so SMS365 meets each where they are. Every path runs through the same gateway, so opt-out, suppression, sender rules and spend caps apply to all of it, on one bill.
A REST API that reads like the docs — send in three lines, scoped keys, idempotency and an OpenAPI spec. Or hand your AI coding assistant our setup guide and it wires it in for you.
A clean console to type and send, look up a contact, and see every message's history. No code, no training.
Import a list, draft with AI, personalise from each contact, send a campaign of any size, and measure the clicks — with opt-out enforced for you.
Appointment reminders that count down to a visit, payment reminders straight from Xero, workflows you switch on, and email-to-SMS so any system can text.
One-time codes for sign-ins and checkouts — rate-limited, expiring, attempt-capped, and never stored in the clear.
Give each client their own workspace, set your own price, and see revenue and margin per account. Sell SMS under your brand.
The capabilities other providers meter and sell separately come with the platform — and each runs through the same gateway with the same guardrails.
Reads every reply, drafts or sends the answer — and can book, cancel, add to a list, look up an invoice or record a promise-to-pay.
Paste your FAQs, prices and policies — the assistant answers from them instead of guessing.
Replies land as real conversations your whole team works — assign, note, close, and answer in one tap.
Grow your list from a texted keyword or a QR code, with single or double opt-in captured for you.
Save a rule and always target whoever matches right now — send straight to a live segment, no duplicates.
One-time codes — rate-limited, expiring, never stored in the clear.
A visit date fans out into reminders on a calendar or by API, refunded if cancelled.
Short links on your domain, clicks counted, send-rate and failure reasons.
Overdue-invoice reminders, abandoned-cart recovery, and 6,000+ apps via Zapier or Make.
An append-only consent ledger, working STOP/START, and an audit-grade export for the Spam Act.
Top up, never overspend, and let a saved card refill before you run dry — every charge on a statement.
Daily, weekly or monthly — in your timezone, with quiet hours honoured.
However a message enters — API, webhook, email, a link, or the console — it flows through the same pipeline. So the opt-out check, the suppression list, sender authorisation and the spend cap can never be skipped by a door someone added later.
SMS365 is a corridor that keeps evolving. In days we've shipped a shared team inbox, keyword campaigns, dynamic segments, and an AI assistant that books, cancels, lists, looks up invoices and records promises — each plugged into the one send path that already enforces consent, spend caps and Spam Act compliance. Tell us your workflow and we'll build it into the platform, not bolt it on the side.
Pick a plan, bring every team onto one gateway, and send your first message today.
See plans →