Update Variant
Sequences
Update Variant
Updates a message variant’s content, enabled status, or ICP definition
PUT
Update Variant
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Updates a message variant’s content, enabled status, or ICP targeting configuration. This allows you to refine your messaging and A/B test different approaches.Updatable Fields
body
The message template content. Supports WaLead variables and can be up to 8000 characters. Example:isDisabled
Whether this variant should be used in the rotation. Disabled variants are skipped when assigning messages to leads. Example:icpDefinitionRaw
ICP (Ideal Customer Profile) definition that determines which leads receive this variant. Allows for sophisticated targeting based on lead attributes. Example:Template Variables
The message body supports these variable types: Core Variables (from the lead profile):{{firstName}},{{lastName}},{{name}}{{companyName}},{{headline}},{{website}}{{email}},{{phone}}
- Any custom fields you’ve added to your leads
- Example:
{{industry}},{{location}},{{painPoint}}
Character Limit
Thebody field has a maximum length of 8000 characters to ensure deliverability and comply with LinkedIn’s message limits.
A/B Testing Strategy
Response
Returns the updated array of all variants for the step, allowing you to see the changes in context.Use Cases
- Refine message copy based on response rates
- Temporarily disable underperforming variants
- Apply different messages to different ICP segments
- Update personalization variables as you gather more lead data
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Path Parameters
Campaign ID
Step ID
Variant ID
Body
application/json
Variant update data