Skip to main content
inputCreateWaitlistInput

Fields

autoInviteEnabled
Boolean

Whether closing the waitlist auto-invites its Leads to the target. Requires a target.

clientMutationId
String

A unique identifier for the client performing the mutation.

closeAt
String

Deadline after which the waitlist stops accepting signups, parsed in the Host's time zone (e.g. '2026-07-15 09:00'). Omit for no deadline.

closeInDays
Int

Deadline in days from now, resolved in the Host's time zone, for callers that do not know today's date. Mutually exclusive with closeAt.

closed
Boolean

Whether the waitlist starts closed to new signups.

confirmationMessage
String

Message shown to a Lead after they join the waitlist.

inviteFallbackRedirect
String

Fallback redirect for the auto-invite link when the primary destination cannot be built.

inviteLinkDestination
String

Where the auto-invite link sends a Lead (only meaningful for a Plan target).

inviteMessage
String

Message included with the invite sent to Leads when the waitlist auto-invites on close.

name
String!
required

Host-facing name of the waitlist.

targetId
ID

ID of the target (the Network for 'Space', or the Bundle for 'Finance::Payments::Bundle') — resource ID or GlobalID. Set together with target_type.

targetType
String

What the waitlist points at: 'Space' for the Network, 'Finance::Payments::Bundle' for a Plan. Set together with target_id.