The ultimate solution for your messaging needs! Our free open-source Android-based SMS Gateway provides you with all the features you need to effectively manage your SMS communications. From sending messages and automating messaging workflows via API, our SMS Gateway is the perfect tool for any small/mid business or individual.
Send SMS
Send SMS to any number from your dashboard or via REST API.
Bulk SMS
Send SMS to multiple numbers at once.
100% Free
No credit card required. No hidden fees. No strings attached.
Open Source
The entire codebase is open source and available on GitHub.
How it works is simple. You install the app on your Android device, and it will turn your device into a SMS Gateway. You can then use the API to send SMS messages from your own applications.
If you need help getting this platform customized and deploy it on your own server, giving you more flexibility and control, reach out for paid customization, deployment and new feature development.
Send SMS messages from your web application using our REST API. You can use any programming language to interact with our API. Here is a sample code snippet in JavaScript using axios library.
const BASE_URL = 'https://api.textbee.dev/api/v1'
const API_KEY = 'YOUR_API_KEY'
const DEVICE_ID = 'YOUR_DEVICE_ID'
await axios.post(`${BASE_URL}/gateway/devices/${DEVICE_ID}/sendSMS`, {
recipients: [ '+251912345678' ],
message: 'Hello World!',
}, {
headers: {
'x-api-key': API_KEY,
},
})
curl -X POST https://api.textbee.dev/api/v1/gateway/devices/<DEVICE_ID>/sendSMS -H 'x-api-key: <API_KEY>' -H 'Content-Type: application/json' -d '{ "recipients": ["+251912345678"], "message": "Hello World!" }'
Maintaining this open-source project requires resources and dedication. By becoming a patron, your contributions will directly support the development, enabling implementation of new features, enhance performance, and ensure the highest level of security and reliability.
© 2024 All rights reserved