|
The voicemail API from Orange allows you to access your voicemail messages within your web application.
You will be given your very own voicemail number and messages left on this number will be available for retrieval through the API in MP3 format.
You can easily manage your voicemail inbox via the API.
Use this API to create your very own voicemail application on the web such as a voice blog website or a radio station website for people to leave messages for others to listen.
|
|
In a nutshell, the voicemail API enables you to:
store and retrieve voicemails left on your number in MP3 format
manage your voicemail inbox by removing messages or marking them as read/unread
list voicemail messages with the date and time they were left
upload your own announce
The voicemail API is a web service that allows retrieval of voicemail messages in MP3 format.
The web service exposes a REST-RPC style interface.
The requests use GET and POST methods in HTTP or HTTPS mode.
Currently, the API is in alpha mode
This means that it's FREE to use with some service limitations (as you would expect).
There are some daily usage limits you need to be aware of.
The current daily limit for the voicemail API calls are:
| method |
daily limit |
| getMessage |
50 |
| getMessageList |
150 |
| deleteMessage |
1000 |
| updateAnnoucement |
50 |
access the terms & conditions of use