Invite Clerk waitlist entry
Send an invite to a waitlist entry email address.
← All Clerk endpoints · Capability overview
/v1/clerk/waitlist-entries/{waitlist_entry_id}/invitehttps://api.vee3.io/v1/clerk/waitlist-entries/{waitlist_entry_id}/invite
Send an invite to a waitlist entry email address.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.invite_waitlist_entryParameters3 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
waitlist_entry_idstringRequiredClerk waitlist entry id (wle_...) to operate on.
ignore_existingbooleanOptionalWhen true, create an invitation even if one already exists for this email.
Response7 fields
waitlist_entryobject6 fieldsUpdated Clerk waitlist entry after inviting.
waitlist_entryobjectidstringWaitlist entry id (wle_...).
email_addressstringEmail address on the waitlist.
statusstringWaitlist status: "pending", "invited", "rejected", or "completed".
created_atintegerUnix timestamp in milliseconds when the entry was created.
updated_atintegerUnix timestamp in milliseconds when the entry was last updated.
is_lockedbooleanWhether the entry is locked during batch processing.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required