v1

latestOpenAPI 3.0.3Proprietary2026-08-0610636149.4 KB
Webhooks

Enviar evento de prueba

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.

post/v1/webhooks/{webhookId}/test

Path parameters

webhookIdstring required

ID del webhook

Request body

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

Resultado del envío

successboolean
messagestring