Skip to main content

Type Alias: GatheringInvitationSentEvent

type GatheringInvitationSentEvent: components["schemas"]["GatheringInvitationSentEvent"];

Properties

PropertyTypeRequiredDescription
idstringYesUnique ID for this specific event occurrence (UUIDv4)
tenantIdstringYesTenant this event belongs to
projectIdstringNoProject/app ID for project-scoped events
resourceIdstringYesComposite resource identifier in resource:id format (example: "session:abc-123")
timestampstringYesISO 8601 timestamp of when the event occurred
type"gathering.invitation.sent"Yes
source"cortex:api"YesOrigin service
payloadGatheringInvitationSentPayloadYes

Defined in

4Players/cortex-typescript-sdk/src/realtime/events.ts:69