Attach an audio file to the call log
POST {{baseUrl}}/callLogs/:id/recordings
Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true}