For general webhook concepts like bubble-up behavior, payload visibility rules, and versioned snapshots, see Webhook Concepts.
Description
This event is triggered when a new meeting is successfully scheduled.Integration Details
- Subscription Key:
sch.meeting.created - Use Case: Sync interviews or meetings with an external CRM or shared team calendar.
- Related Events:
sch.meeting.updated
Trigger
- Event Type:
sch_meeting_created - Source: Insertion of a record into the
sch.meetingtable.
Cross-Service References
- Auth (
auth.user):user_detailson each participant provides an identity snapshot from the auth service.
Payload Example
Payload Type Showcase
Field Notes
locationandadditional_paramsare JSONB — shape varies by meeting configuration.metaon participants is JSONB with provider-specific metadata.user_detailsis a cross-service join toauth.user— provides the participant’s identity snapshot.meeting_filesare recordings or attachments linked to the meeting.durationis a Postgres INTERVAL rendered as a string (e.g.,"01:00:00").- Participant and file changes trigger bubble-up to the meeting root.

