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.recordingIdas the primary idempotency key. - Use
data.meetingIdto 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.reasonwill always be"no_external_participants"in the current implementation.