Core infrastructure available on Conerix today — a focused set of primitives for sending safely at scale, not a marketing roadmap.
Messaging
- Global SMS delivery — direct carrier connections in 200+ countries with intelligent route failover.
- OTP messaging — low-latency one-time password delivery on priority routes.
- Bulk and transactional send — campaigns and single-message API sends with delivery reports.
- Delivery reports — per-message DLR with carrier-level reason codes and cost breakdowns.
Routing and validation
- Multi-provider routing — route traffic across providers with country-level pricing and default routes.
- HLR lookup — confirm portability and carrier before sending.
- Rate limiting — configurable ceilings per workspace, sender, and country.
- Traffic monitoring — velocity tracking, deduplication, and fraud scoring on outbound batches.
Sender identity
- Sender verification — submit, track, and manage Sender IDs and short codes with carrier approval status.
- Compliance review — sender IDs reviewed before traffic goes live; status visible in the console.
Developer experience
- REST API — clean HTTP API with predictable error semantics. See API documentation.
- Webhooks — signed callbacks for delivery receipts, inbound messages, and balance events.
- API keys — scoped keys with rotation from the dashboard.
- OpenAPI reference — interactive API reference at /docs/api/reference.
Operations and security
- Delivery analytics — send volume, delivery performance, and account usage in the console.
- Fraud detection — real-time scoring of suspicious links, spam patterns, and unusual velocity.
- Team access — granular roles, scoped API keys, and audit logs.
- Support tickets — structured support via the ticket ledger (not chat).
Example API request
curl https://www.gatorsms.com/api/v1/messages \
-H "Authorization: Bearer $CONERIX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "Conerix",
"to": "+4790000000",
"text": "Your verification code is 482910."
}'
Get started
Create a free account to generate an API key and send your first message, or contact sales for enterprise routing and SLAs.