CampaignBucketCreate
A variant bucket within an A/B campaign. Leads are randomly assigned to buckets by weight; each bucket applies its own overrides.
ID of the campaign this bucket belongs to.
Human-readable bucket (variant) name.
Selection weight as a percentage (0–100). Across a campaign, active weights must total 100.
config object
The overrides this bucket applies (prompts, model config, outreach).
prompt_overrides object
Per prompt-type and language, the prompt/version to use instead of the agent's default.
property name* object
outreach_config_override object
Outreach setting overrides applied for this bucket.
- BucketOutreachConfigOverride
- null
initial_message_send_at object
Override for when the initial outreach message is sent.
- string
- null
source object
Override for the outreach message source (content).
- MessageSource
- null
text object
- string
- null
prompt_id object
- integer
- null
prompt_version_id object
- integer
- null
prepared_message_id object
- integer
- null
waba_template_id object
- integer
- null
caption object
- string
- null
subject object
Override for the message subject (email channels).
- string
- null
models_config_override object
LLM model-config overrides applied for this bucket.
- AgentModelsConfig
- null
chatbot_model_config object
- LLMModelConfig
- null
Possible values: [chatgpt, gemini, anthropic, grok, sber, openrouter]
0.7falseclassification_model_config object
- LLMModelConfig
- null
Possible values: [chatgpt, gemini, anthropic, grok, sber, openrouter]
0.7falseping_model_config object
- LLMModelConfig
- null
Possible values: [chatgpt, gemini, anthropic, grok, sber, openrouter]
0.7falsedocument_model_config object
- LLMModelConfig
- null
Possible values: [chatgpt, gemini, anthropic, grok, sber, openrouter]
0.7false{
"campaign_id": 0,
"name": "string",
"weight_pct": 0,
"config": {
"prompt_overrides": {},
"outreach_config_override": {
"initial_message_send_at": "string",
"source": {
"text": "string",
"prompt_id": 0,
"prompt_version_id": 0,
"prepared_message_id": 0,
"waba_template_id": 0,
"file_ids": [
0
],
"caption": "string"
},
"subject": "string"
},
"models_config_override": {
"chatbot_model_config": {
"vendor": "chatgpt",
"model": "string",
"temperature": 0.7,
"prompt_caching_enabled": false
},
"classification_model_config": {
"vendor": "chatgpt",
"model": "string",
"temperature": 0.7,
"prompt_caching_enabled": false
},
"ping_model_config": {
"vendor": "chatgpt",
"model": "string",
"temperature": 0.7,
"prompt_caching_enabled": false
},
"document_model_config": {
"vendor": "chatgpt",
"model": "string",
"temperature": 0.7,
"prompt_caching_enabled": false
}
}
}
}