---
title: "POST /api/v2/events"
method: POST
path: "/api/v2/events"
---

# POST /api/v2/events

`POST /api/v2/events`

## Request body

- object
  - `add` object[], required
    - `type` 'phone_call' — Tipo de notificación – `phone_call`
    - `phone_number` string — El número de teléfono al que se realiza la llamada. Puede transmitirse en cualquier formato.
    - `users` integer[] — Identificador de los usuarios a quienes se enviará la notificación. Si no se especifica este parámetro, la notificación se enviará a todos los usuarios.

## Response `202`

- object
  - `_links` object
    - `self` object
      - `href` string
  - `_embedded` object
    - `items` object[]
      - `element_type` integer
      - `element_id` integer
      - `uid` string
      - `phone_number` string

---

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