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

# Adicionando um webhook

`POST /api/v4/webhooks`

O método permite criar um webhook para enviar notificações de eventos para a URL especificada.

## Request body

- object
  - `RAW_BODY` object
    - `destination` string — URL válida onde você deseja receber uma notificação
    - `settings` string[] — Eventos que acionam o webhook. Passados como um array de eventos.

## Response `200`

200

## Other responses

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

---

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