Type Alias: SendInvitationsRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
participantIds | string[] | No | Participant IDs to invite |
emails | string[] | No | Email addresses to invite |
customProtocol | string | No | Custom protocol format for join URL (example: "mygame://") |
baseUrl | string | No | Base URL for HTTP join links (example: "https://game.example.com") |
invitedById | string | Yes | Participant UUID of the person sending invitations |
Defined in
4Players/cortex-typescript-sdk/src/resources/gatherings.ts:29