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.createbox

Create a new Voicemail Smart Form

Arguments

access_key (required)
Your Access Key.
secret_access_key (required)
Your Secret Access Key.
name (required)
Name of the mail box. Values: alphanumeric string.
pin (required)
PIN to use to access account. Value: 4 digits.
email_address (optional)
Used if we send voice mail audio via email. Values: system will check for valid email formats.
send_email (optional)
Send voice mail recordings via email? Values: 0 (false) or 1 (true).
envelope (optional)
Whether to read back voice mail "envelopes" (time, date, etc.) when calling in to listen to voice mail. Values: 0 (false) or 1 (true).

Example URL

https://secure.ifbyphone.com/ibp_api.php
?access_key=ACCESS_KEY
&secret_access_key=SECRET_ACCESS_KEY
&action=vmail.createbox
&name=This+Box+Created+Online
&pin=5454
&send_mail=1
&email_address=speech@example.com
&envelope=0

Example Response

<response>

<result>success</result>

<result_description></result_description>

<box_id>3151</box_id>

</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: