---
title: "Enviar evento de prueba"
method: POST
path: "/v1/webhooks/{webhookId}/test"
tags: ["Webhooks"]
---

# Enviar evento de prueba

`POST /v1/webhooks/{webhookId}/test`

Envía un evento de prueba real al webhook. El payload incluye `"test": true` para que
tu servidor pueda distinguirlo de eventos reales. La entrega se registra en el log.

## Path parameters

- `webhookId` string, required

## Request body

- object
  - `eventType` 'conversation/created' | 'conversation/updated' | 'conversation/deleted' | 'conversation/operator_assigned' | 'conversation/message' | 'conversation/note' | 'conversation/archived' | 'conversation/contact' | 'conversation/phase_changed' | 'conversation/tag_added' | 'conversation/tag_removed' | 'contact/created' | 'contact/updated' | 'contact/status_changed' | 'contact/operator_assigned' | 'contact/tag_added' | 'contact/deleted', required — Tipo de evento al que se puede suscribir un webhook. Formato: `categoría/acción`.

## Response `200`

Resultado del envío

- object
  - `success` boolean
  - `message` string

## Other responses

- `404` — Webhook no encontrado

---

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