Overview

Sample Code

Web Hooks

IVR Web Hook SurVo NetGet Custom Audio Prompts Post Call Action Agent Panel Lookup Distributor Form

Call Initiation API

Click-to-Call Click-to-Find Me Click-to-Find Me List Click-to-Virtual Receptionist Click-to-Voice Mail Click-to-SurVo Click-to-IVR Click-to-Agent

Administration API

addonsbroadcastclicktoconferencecostfindmegeneralgrouplocatornumbersrecordingregisterednumbersreportroutingsmssurvoverifymenowvmail

vmail.getmessagebysid

Get a voice mail message by session ID

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
getmessagebysid (required)
Action
vmail_sid (required)
Provide the session ID for a voice mail you would like to retrieve
vmail_id (required)
Provide the ID of the voice mail box for the recording you would like to retrieve

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=getmessagebysid
&vmail_sid=1202017652466437

Example Response

<response>

<result>success</result>

<result_description></result_description>

<data>

<message>

<url>https://www.domain.com/user_recordings/10/10778/vmail/3201/20120304184259_8475301134.wav</url>

<envelope>20120304184259_8475301134.wav</envelope>

<sid>1202017652466437</sid>

<duration>0</duration>

<date>2012-03-04 18:42:59</date>

</message>

</data>

</response>

API Test Panel

NOTE: The API Test Panel can be used to try out the various API methods
using the actual data from your account. You must be logged
into your account to make any API calls using the test panel.

 

URL:

XML Result: