> ## 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.

# Mark a Meeting as 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`.

The status change cascades the same side effects the native providers trigger:

* A `meeting.no_show` outbound webhook fires, so the outcome reaches any subscribed endpoint or CRM.
* A timeline activity (`meeting_no_show`) is logged on the lead.
* If the client has the re-engage agent active with a matching recontact rule, the agent reaches out to the lead (e.g. to reschedule).

**Idempotency:** re-marking a meeting that is already `no_show` is a safe no-op. The response carries `"idempotent": true` and no duplicate activity or webhook is emitted.


## API Specification

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