Update Call Recording or Voicemail URI

Purpose

To update the voicemail or the call recording URI if the provider is not able to add one to the incoming and outgoing calls' missed and ended APIs.

Request URL

{{api-domain}}/phonebridge/v3/voiceuri?id=hello11&voiceuri=www.example.com/voicemail

Request Method

PUT

Note

You must pass the below keys as parameters in the request URL.

Request Parameters

Parameter Name
(* - Mandatory)
Data TypeDescriptionPossible Values
id*StringUnique ID used to identify each call made. This helps to pull up info about a particular call easily.Accepts an alphanumeric value. Example: callid123456.
voiceuriStringThe file path to the voice message i.e., the URL of the audio file where the voice message is available.--

Sample Request

Copiedcurl "https://www.zohoapis.com/phonebridge/v3/voiceuri?id=hello11&voiceuri=www.example.com/voicemail"
-X PUT
-H "Authorization: Zoho-oauthtoken 1000.xxxxxxxxxxxxxxx.4ee7"

Sample Response

Copied{
    "status": "success",
    "code": "SUCCESS"
}