call_logs_attach_audio
Upload an audio file and attach it to a call log to mark it as having a recording.
Instructions
Attach an audio recording file to a call log.
Uploads an audio file and associates it with a call log. The call log will be marked as having a recording.
Workflow tips:
Call log must already exist (create with call_logs/create first)
Provide the call log ID and path to the audio file
File must be a valid audio format
This is a multipart/form-data upload
After upload, has_recording will be true for this call log
Common use cases:
Attach recording after call: { "id": "CAd92b224eb4a39b5ad8fea92ff0e", "file_path": "/path/to/recording.mp3" }
Add call recording for documentation
Store call audio for quality assurance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the call log to attach audio to | |
| file_path | Yes | Path to the audio file to attach |