Add details to a waitlist record
update_waitlistMerges follow-up details into an existing waitlist record. Requires the edit_token returned by join_waitlist - email alone never authorizes a merge. A repeat with nothing new returns already: true. All detail fields optional: name, company, role, context (one line: what they sell), why (the problem they are solving), question (anything they want to ask).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| why | No | What brought them here - the problem to solve. | |
| name | No | ||
| role | No | ||
| Yes | The email used at join time. | ||
| company | No | ||
| consent | Yes | Must be true. | |
| context | No | One line: what they sell. | |
| question | No | Anything they want to ask Clair. | |
| edit_token | Yes | Token returned by join_waitlist. |