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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"success":true}