---
title: "POST /api/v4/calls"
method: POST
path: "/api/v4/calls"
---

# POST /api/v4/calls

`POST /api/v4/calls`

Add calls (batch).

## Request body

- CallCreateItem[]
  - `direction` union, required
    - 'inbound' | 'outbound'
    - string
  - `uniq` string
  - `duration` integer, required
  - `source` string, required
  - `link` string
  - `phone` string, required
  - `call_responsible` union
    - string
    - integer
  - `call_result` string
  - `call_status` integer
  - `responsible_user_id` integer
  - `created_by` integer
  - `updated_by` integer
  - `created_at` integer
  - `updated_at` integer
  - `request_id` string

## Response `200`

The request has succeeded.

- union
  - CallCreateResponse
    - `_total_items` integer
    - `errors` object[]
    - `_embedded` object
      - `calls` CallCreateResult[]
        - `id` integer
        - `entity_id` integer
        - `entity_type` union
          - string
          - integer
        - `account_id` integer
        - `request_id` string
        - `_embedded` CallEmbedded
          - `entity` CallEmbeddedEntity
            - `id` integer
            - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

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