Skip to content

Waitlist

waitlist_config_upsert

Create or replace the waitlist configuration.

Tool

waitlist_config_upsert

Create or replace the waitlist configuration.

Full-document upsert of the waitlist config for the current product: consent text (with an optional {policy} placeholder), policy link, invite email subject/template, and sender identity. Stored as-is; content correctness is the controller's responsibility.

Arguments

Name Type Required Description
policyVersion string Policy version label (controller-owned free string).
consentText string Plain-text consent statement shown at signup; may contain a {policy} placeholder.
policyUrl string Policy link URL (http/https/mailto). Null to clear.
inviteSubject string Invite email subject line. Null to clear.
senderName string Controller display name used as the invite From name.

Try it

Set the waitlist consent text and point the policy link at example.com/privacy.

When to use

Full-document upsert of the waitlist config for the current product: consent text (with an optional {policy} placeholder), policy link, invite email subject/template, and sender identity. Stored as-is; content correctness is the controller's responsibility.

Example

Ask your agent something like this:

Set the waitlist consent text and point the policy link at example.com/privacy.

The agent will invoke waitlist_config_upsert with these arguments:

{
  "policyVersion": "2026-07",
  "consentText": "I agree to the {policy}.",
  "policyUrl": "https://example.com/privacy"
}

Esc

Start typing to search the docs.

navigate select