Invitation Initiated Event (v1)

Event indicating a team invitation has been initiated

Architecture

Schema

Message Schema

7 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

organisationName string
required

The name of the organisation the invitee is being invited to

inviterName string
required

The display name of the user who created the invitation

invitationId string
required

The identifier of the invitation

contactType string
required

The type of contact used to reach the invitee (e.g., EMAIL, PHONE_NUMBER)

contactValue string
required

The contact value where the invitation should be delivered

userId string

The identifier of the invitee if already known; optional