> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getnexor.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Marcar una Reunión como No-Show

> Mark the outcome of a meeting as **no-show** (the lead didn't attend). Works on any meeting belonging to your client, whether booked by the agent, by Calendly/Diio, manually, or via `POST /meetings`.

El cambio de estado dispara en cascada los mismos efectos que generan los proveedores nativos:

* Se emite un webhook saliente `meeting.no_show`, para que el resultado llegue a cualquier endpoint o CRM suscrito.
* Se registra una actividad (`meeting_no_show`) en la línea de tiempo del lead.
* Si el cliente tiene el agente de re-contacto activo con una regla de recontacto que coincida, el agente contacta al lead (por ejemplo, para reagendar).

**Idempotencia:** volver a marcar una reunión que ya está `no_show` es una operación segura sin efecto. La respuesta incluye `"idempotent": true` y no se emite actividad ni webhook duplicado.


## API Specification

The full API specification for this endpoint is available in the [documentation index](https://docs.getnexor.ai/llms.txt).
