---
title: "Add webhook"
method: POST
path: "/api/v4/webhooks"
---

# Add webhook

`POST /api/v4/webhooks`

The method allows creating a webhook to sent event notifications to the specified URL.

## Request body

- object
  - `RAW_BODY` object
    - `destination` string — Valid URL where you want to receive a notification
    - `settings` string[] — Webhook trigger events. Passed as an array of events.

## Response `200`

200

## Other responses

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

---

[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)
