What you will be able to do with the system;
- Send bulk messagesĀ :- Use CSV or Excel file containing numbers to send bulk messages.
- Send bulk MMS :- It supports sending MMS too. You can send normal text messages as MMS or you can also attach image files with your messages. It also provides an API, so you can send MMS messages programmatically. This feature relies on MMS availability in your country and support from your network operator. The receiver must be capable of receiving MMS to receive it. If you can send MMS normally, then it should work. This feature should not be confused with RCS or any other messaging capabilities provided by the device manufacturer (e.g. Samsung message, Mi message etc.).
- Supports sending USSD requestsĀ :- It also supports sending USSD requests. You will be able to send it using web panel or API. All the responses resulted from USSD requests will be visible in web panel. You can read responses using the API, or you can also subscribe to webhook to read it as soon as they arrive. This feature requires a device with Android 8.0 or above.
- Resource friendly and ScalableĀ :- Unlike most app like this that uses long polling to send the messages, SMS Gateway uses the Firebase Push Notification. This allows it to work without overloading the server with requests even if you have millions of connected devices. It also saves your devices battery life by only contacting the server when there are new messages to send.
- Works in backgroundĀ :- You donāt need to keep the Android app open on the device for it to work. This makes it easier to use it with your regular device. You wonāt need a dedicated device for it.
- APIĀ :- Send SMS from your application developed using any programming language.
- Supports very long messagesĀ :- Send SMS with virtually no limit. You wonāt be bound by SMS character limit (160 Characters).
- Supports delay between messagesĀ :- You can set delay between each message to send limited amount of messages in specific time interval.
- Supports traditional and QR Code sign inĀ :- You can log in into the mobile app using the QR code or by entering your credentials manually. There is no need to enter server URL and credentials manually in the app when you use the QR code.
- Tracks message statusĀ :- Shows status of messages sent using SMS Gateway in Admin Panel.
- AutoresponderĀ :- You can add responses for certain messages so whenever you receive that message app will reply it automatically.
- Multi language supportĀ :- It supports multiple languages and comes with English and German. You will be able to add more languages easily by following instructions in the docs.
- Supports SMS delivery reportsĀ :- It also supports tracking of delivery of SMS messages when you turn on delivery reports. It will report the message as āDeliveredā when the message is successfully delivered.
- Receive SMS messages in Admin PanelĀ :- Ability to receive SMS messages in the Admin Panel and respond to them using a WebHook. You can also activate the ability to receive SMS messages directly in your email.
- Use multiple devices to send fasterĀ :- Ability to sign in using multiple Android devices to split messages between them when sending bulk messages.
- Share devicesĀ :- Admin can share devices to multiple users, so they can use it for sending.
- BlacklistĀ :- Each user account have their own blacklist. Users can add numbers to blacklist to avoid sending messages to those numbers. Subscriber can also reply with āSTOPā to add their number in userās blacklist.
- Schedule messagesĀ :- Send messages on schedule.
- Supports Dual SIM devicesĀ :- Send messages using any SIM programmatically or using Excel file.
- Contact listsĀ :- Create contact lists and import contacts into them using Excel file.
- Send message to contact listĀ :- Send message to contacts in a contacts list.
- Unsubscribe contactsĀ :- Ability to allow a contact to unsubscribe from the contacts list.
- Contacts APIĀ :- Add contacts or unsubscribe them from the list using the API.