---
title: "Attach an audio file to the call log"
method: POST
path: "/callLogs/{id}/recordings"
tags: ["CallLogs"]
---

# Attach an audio file to the call log

`POST /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.

## Path parameters

- `id` string, required

## Response `200`

The audio recording was successfully added to the log.

- object
  - `success` boolean — If the response is successful or not

## Other responses

- `404` — A resource required to process the request was not found.
- `409` — Recording for this call already exists.
- `500` — There was an error processing the request.

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/versions/bf863a979545/schema)
