---
title: "Add call note"
method: POST
path: "/api/v4/calls"
---

# Add call note

`POST /api/v4/calls`

This method allows adding multiple calls

## Headers

- `Content-Type` string

## Request body

- object
  - `RAW_BODY` object[]
    - `direction` 'inbound' | 'outbound', required — Call direction
    - `uniq` string — Unique call identifier
    - `duration` integer, required — Call duration in seconds
    - `source` string, required — Call source (integration name)
    - `link` string — Link to the call recording
    - `phone` string, required — The phone number that will be searched.
    - `call_result` string — Call result
    - `call_status` integer — Call status. Available statuses: 1 – left a message, 2 – call back later, 3 – not available, 4 – had a conversation, 5 – invalid phone number, 6 – no connection, 7 – the line is busy.
    - `responsible_user_id` integer — ID of the user responsible for the call
    - `created_by` integer — ID of the user who created the call. If you don't pass a value, you will see in the Stats section that the call was made by a robot.
    - `updated_by` integer — ID of the user who edited the call last
    - `created_at` integer — Call creation date in the Unix Timestamp format
    - `updated_at` integer — Call edit date in the Unix Timestamp format
    - `request_id` string — Field that will be returned unchanged in the response and will not be saved
    - `call_responsible` string — For incoming call – to whom the call was made. For outgoing call – who made the call. You can transfer the amoCRM user ID, phone number or name.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

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