post https://{subdomain}.kommo.com/api/v2/events
The method allows to add a notification of a running call for a specific phone number.
The method allows you to create call notifications via API.
Data type header when the request is successful
Content-Type: application/hal+json
Data type header in case of an error
Content-Type: application/problem+json
Response parameters
The method returns an model of a created call notification.
| Parameter | Data type | Description |
|---|---|---|
| element_id | int | Unique ID of the entity for which the notification was called, if the entity was not found, then null will be returned. |
| element_type | int | The type of entity for which the notification was called, if the entity was not found then null will be returned. |
| uid | string | Unique notification ID. |
| phone_number | string | The phone number for which the notification was called on. |