Connecfy runs and maintains a fleet of carrier-connected Android gateways so you can send SMS through a simple REST API — with a full dashboard for monitoring, control, and scale. No shortcodes, no per-message markup, no hardware for you to manage.
# Send from Python import requests r = requests.post( "https://connecfy.com/api/v1/sms/send/", headers={"Authorization": "Bearer YOUR_API_KEY"}, json={ "to": "+212612345678", "from": "+212600000000", "message": "Your order has shipped." } ) # → {"status": "queued", "message_id": "f3a..."}
Every message routes through a real SIM card on hardware Connecfy owns, provisions, and monitors. You never touch a device — you get a REST API to send with, and a dashboard to watch it work.
One REST endpoint, Bearer token auth, JSON everywhere. Send, track, and manage messages entirely from your own code.
Real SIM cards on hardware we provision and maintain — carrier-grade delivery with no shortcodes and no per-message markup.
Monitor delivery in real time, track usage, and manage your account and API keys from one dashboard — without managing a single device yourself.
Tell us your use case, and our team provisions SIM cards and dashboard access — no hardware for you to install or manage.
Call the REST API with Bearer auth, or use the send form. Connecfy routes your message to an online device.
Messages move through queued → sending → sent → delivered. Check status via the API or the Conversations view.
One endpoint, Bearer token auth, JSON everywhere. Works from any language or HTTP client. Integrate in under 15 minutes.
Queue as many messages as your plan allows. Devices claim and send them concurrently with automatic retry on failure.
Every message has a live status. Poll the API or check the conversation view — no delayed status updates.
Pass a request_id to make sends safe to retry. Duplicate requests return the original message — no double-sends.
Your SIM cards send at what your carrier charges. Often 5–10× cheaper than SMS aggregators at the volumes that actually matter.
Android 8.0 or higher. Any carrier. Any country. Our team provisions and onboards every gateway in minutes.
Tell us your use case and we'll set up your account, provision SIM cards, and get you sending — usually within a few hours.
Tell us what you're building — we'll set up your account and dashboard access.