- I am trying to create a call log manually using the API. While sending the recording duration as part of the request, the log correctly displays the recording play button. However, I am unable to send the recording URL so that the button links to the audio file.
I attempted to include the recording URL in the recording parameter, but it did not work. Here’s an example of my current payload:
-
After creating a log, is there an API method to update it later? For instance, we want to update the log with the recording URL once the recording file is processed and hosted.
-
Is there a complete list of parameters that can be sent in the API request? For example, where should I send the recording URL so that it appears correctly in the log?