LeadCampaignCreate
An assignment of a lead to a specific bucket of an A/B campaign.
lead_idLead Idrequired
ID of the lead this record relates to.
campaign_idCampaign Idrequired
ID of the campaign the lead is assigned to.
bucket_idBucket Idrequired
ID of the bucket within the campaign the lead is assigned to.
assigned_at object
When the assignment was made (UTC).
- date-time
- null
date-time
LeadCampaignCreate
{
"lead_id": 0,
"campaign_id": 0,
"bucket_id": 0,
"assigned_at": "2024-07-29T15:51:28.071Z"
}