API & DOCS

My Account            

Used to download a voicemail box recording by an individual session ID

Used to download a voicemail box recording by an individual session ID

Use the Get Message By SID API to download specific messages that callers have left you in your DialogTech voicemail box.

Base URL for Register Number

https://secure.dialogtech.com/ibp_api.php

The parameters listed in the following table may be needed to complete this action:

ParameterRequiredAcceptsNotesUsage
actionYesvmail.getmessagebysidOnly accepts getmessagebysid to download a voicemail recording.Defines the API Call as "Get Message By SID" type
access_keyYesStringA Valid Access Key for your accountCredentials used for access to the API for a particular DialogTech account
secret_access_keyYesStringA Valid Secret Key for your accountCredentials used for access to the API for a particular DialogTech account
vmail_sidYesStringID of the phone call.Defines which call the desired voicemail recording is associated with.

Using this API

Example URL

https://secure.dialogtech.com/ibp_api.php?action=vmail.getmessagebysid&access_key=XYZ&secret_access_key=XYZ&vmail_sid=1904294c8ef3ddee

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>