Mark a Meeting as No-Show
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.
POST
Mark a Meeting as No-Show
The status change cascades the same side effects the native providers trigger:
- A
meeting.no_showoutbound 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).
no_show is a safe no-op. The response carries "idempotent": true and no duplicate activity or webhook is emitted.Authorizations
API key for authentication. Keys are prefixed with nxr_live_.
Path Parameters
The meeting ID, from the POST /meetings response or GET /leads/{id}/meetings.
Body
application/json
Last modified on June 26, 2026