Documentation Index
Fetch the complete documentation index at: https://klipy.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
meeting.starting_soon
What this event means
meeting.starting_soon is emitted shortly before a scheduled meeting is due to start. Use this event to trigger last-minute preparation workflows, such as sending a reminder to your team or pulling up the contact record.
Webhook type
meeting.starting_soon
Internal source mapping
| Internal event | Trigger path |
|---|---|
meeting.starting_soon | A scheduled cron fires ahead of the meeting start time and emits this event for the associated meeting. |
Payload example
Delivery and idempotency handling
- Use
data.meetingIdas the primary idempotency key. - This event fires once per scheduled meeting reminder window; deduplication on
meetingIdis safe. - Use the meetingId to look up the meeting record in your CRM or calendar integration before triggering workflows.