Skip to main content

meeting.no_showed

What this event means

meeting.no_showed is emitted when a meeting recording completes but no external participants joined the call. This indicates a no-show scenario.

Webhook type

meeting.no_showed

Internal source mapping

Payload example

Delivery and idempotency handling

  • Use data.recordingId as the primary idempotency key.
  • Use data.meetingId to correlate with your CRM or calendar records.
  • Trigger follow-up work (e.g., re-engagement emails or task creation) on receipt of this event.
  • data.reason will always be "no_external_participants" in the current implementation.
Last modified on July 30, 2026