APIs:
SMS
screencasts y tutoriales
APIs Open movilforum
-
API recepción SMS ...
- API que permite al ...
-
Recepción de ...
- API que permite recibir ...
usuarios más activos
-
ernesto.jimenez
- 15 proyectos, 156 posts, 345 comentarios
-
merlos
- 15 proyectos, 156 posts, 345 comentarios
-
frangarcia
- 15 proyectos, 156 posts, 345 comentarios
-
sistemasorp
- 15 proyectos, 156 posts, 345 comentarios

SMS Send
Esta clase proporciona la capacidad de mandar SMS a través de un interfaz HTTP.
Para usar este servicio se debe mandar un SMS con la palabra CLAVE seguida de la clave elegida al númro 22770. Recibirás una confirmación con la clave en otro SMS.
Esta API está disponible para abonados de Movistar en España.
Nota: el precio de los mensajes es el mismo que se aplica en el contrato actual del número utilizado.
Documentación Relacionada
http://open.movilforum.com/sdks
Descargas Relacionadas
API in Python (Example)
API in PHP (Example)
API in C++ for Windows MFC (Example)
http://code.google.com/p/rss-sms/downloads/list
SMS 2.0
SMS 2.0 service gives you the capability to detect presence status of your contacts. You can chat with them via SMS messages when they are offline. If any of your contact is online, he will receive your messages instantly, as with other IMS services (MSN, Yahoo, etc.).
This API allows you to perform the following operations:
You can check billing information here
This API is available to all movistar Spain clients
Documentación Relacionada
SDK in various development environments (Web, desktop and mobile terminal):http://open.movilforum.com/sdks
Descargas Relacionadas
API in Python (Example)
API in PHP (Example)
API in C++ Windows MFC (Example)
Copiagenda
Esta clase proporciona acceso al servicio Copiaagenda, el cual permite descargar nuestra lista de contactos mediante un interfaz HTTP. Para darse de alta en el servicio, sólo es necesario envíar un SMS con la palabra "Alta" al "224422".
Esta API te permite realizar la siguiente operación:
Puedes encontrar todos lo detalles de coste aquí.
Documentación Relacionada
Tracker: http://code.google.com/p/copiagenda/issues/list
En Open movilforum tenemos SDKs para varios entornos (Web, desktop and mobile terminal):http://open.movilforum.com/sdks
Descargas Relacionadas
C++ Windows MFC API (Example)
Python API (Example)
PHP API (Example)
Ruby API
SMS reception API
This class provides the capability of receiving SMS messages through a POP interface.
This API allows you to receive SMS messages in your email account.
Messages must be sent to a defined telephone number that you will be assigned.
To get such number you have to send the following SMS message:
Destination: +34638444900
Text: ALTA name@domain.com
You will receive an email message in the provided address with the assigned telephone number (6384449xx) and a confirmation URL that you will have to follow within the following 2 hours to end registration process.
SMS messages sent to the assigned number (6384449xx) can then be retrieved from the given email address.
This API is free and available for any subscriber of any mobile operator.
To unregister from this service you have to send the following SMS message:
Destination: +34638444900
Text: BAJA
Documentación Relacionada
Tracker: http://code.google.com/p/apirecepcion/issues/list
SDK in various development environments (Web, desktop and mobile terminal):http://open.movilforum.com/sdks
Descargas Relacionadas
API en C++ for Windows MFC (Ejemplo)
Example of reading Pop3 with message format in Python: VotaPorra, SMS reception POP3.
Example of reading imap en PHP.