Need To Send SMS through your System?
Then MIMO API is Ideal for you
With MIMO API you can add value to your projects implementing a SMS functionality.
MIMO API can easily add the following functions in your system:
Send SMS (to one or more contacts at the same time);
Check your Sender IDs;
Control the state of your send SMS;
Load Credits on your MIMO account and check your balance;
What do you need to use MIMO API?
1º
Have an active MIMO account. Creat your account, is free.
2º
Programming in Java
MIMO API forJava
To start using MIMO API in your Java system, its first necessary to download the file "MIMOAPI.jar" and import it to your project.
Consult the implementation models below.
Create a session with your MIMO account data.
//Obtem o token
AutheticationService autheticationService = new AutheticationService();
String token = autheticationService.login("username", "password");");
Send a SMS do a number and check your balance.
//Teste envio de um SMS (usa o id da mensagem para verificar o estado da mensagem)
String mimoId = "MIMO"; //remetente da mensagem
String message = "Mimo fala por si"; //Conteúdo da mensagem
String recipient = "2449xxxxxxxx"; //destinatário da mensagem (código do país + telemóvel)
MessageService messageService = ServiceFactory.createMessageService(token);
messageService.send(mimoId, message, recipient);
Ready to start?
Try MIMO and start revolutionizing your way of communicating!