---
title: "Añadir un webhook"
method: POST
path: "/api/v4/webhooks"
---

# Añadir un webhook

`POST /api/v4/webhooks`

El método permite crear un webhook para enviar notificaciones de eventos a la URL especificada.

## Request body

- object
  - `RAW_BODY` object
    - `destination` string — URL válida donde deseas recibir una notificación
    - `settings` string[] — Eventos de activación del webhook. Se pasa como un array de eventos

## Response `200`

200

## Other responses

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

---

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