Save idea brief fields
idealaunch_update_idea_briefSave one or more brief fields on an idea. Only the fields you pass are changed; the rest are preserved.
Use this after idealaunch_draft_brief, once the founder has approved the wording.
Args (all optional, at least one required): targetCustomer, whyTheydCare, currentAlternative, primaryMarket, signupIncentive, notesToAvoid, conversionMode, externalDestinationUrl, tagline, adPrimaryText, adSecondaryText, signupPageHeadline, signupPageDescription, signupPageCtaLabel.
primaryMarket must be one of US, CA, GB, AU, GL. conversionMode must be 'waitlist' or 'external_url'.
Returns: { ideaId, updatedFields, setup, briefReady }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ideaId | Yes | ||
| tagline | No | ||
| notesToAvoid | No | ||
| whyTheydCare | No | ||
| adPrimaryText | No | ||
| primaryMarket | No | ||
| conversionMode | No | ||
| targetCustomer | No | ||
| adSecondaryText | No | ||
| response_format | No | ||
| signupIncentive | No | ||
| currentAlternative | No | ||
| signupPageCtaLabel | No | ||
| signupPageHeadline | No | ||
| signupPageDescription | No | ||
| externalDestinationUrl | No |