clerk.invite_waitlist_entry
Send an invite to the email address on a waitlist entry.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Cost = 10 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignore_existing | No | When true, create an invitation even if one already exists for this email. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| waitlist_entry_id | Yes | Clerk waitlist entry id (wle_...) to operate on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| waitlist_entry | No | Updated Clerk waitlist entry after inviting. |