v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBCampaign
Patch campaign
Requires one of the following scopes: campaigns:update, campaigns:all, all:update, all:all
patch/api/v2/campaigns/{id}
Path parameters
idstring uuid required
Example:019f94cd-ae29-7a22-ba1e-eadab74967a4
The ID of the item to update
Request body
Example request
{
"name": "My First Campaign",
"pl_value": 100,
"campaign_schedule": {
"start_date": "2025-09-25",
"end_date": "2025-09-25",
"schedules": [
{
"name": "My Schedule",
"timing": {
"from": "09:00",
"to": "17:00"
},
"days": {
"0": true,
"1": true,
"2": true,
"3": true,
"4": true
},
"timezone": "Etc/GMT+12"
}
]
},
"sequences": [
{
"steps": [
{
"type": "email",
"delay": 2,
"delay_unit": "days",
"pre_delay": 2,
"pre_delay_unit": "days",
"variants": [
{
"subject": "Hello {{firstName}}",
"body": "Hey {{firstName}},\n\nI hope you are doing well.",
"v_disabled": true
}
]
}
]
}
],
"email_gap": 10,
"random_wait_max": 10,
"email_list": [
"john@doe.com"
],
"daily_limit": 100,
"email_tag_list": [
"019f94cd-8394-7231-81aa-6fdfe913cf6b"
],
"link_tracking": true,
"open_tracking": true,
"daily_max_leads": 100,
"auto_variant_select": {
"trigger": "click_rate"
},
"limit_emails_per_company_override": {
"mode": "custom",
"daily_limit": 3,
"scope": "per_campaign"
},
"cc_list": [
"john@doe.com"
],
"bcc_list": [
"john@doe.com"
],
"owned_by": "019f94cd-8394-7231-81aa-6fe19097c842",
"provider_routing_rules": [
{
"action": "send",
"recipient_esp": [
"all"
],
"sender_esp": [
"all"
]
}
]
}Response
The updated Campaign
Example response
{
"id": "019f94cd-8394-7231-81aa-6fdeda501906",
"name": "My First Campaign",
"pl_value": 100,
"status": 1,
"campaign_schedule": {
"start_date": "2025-09-25",
"end_date": "2025-09-25",
"schedules": [
{
"name": "My Schedule",
"timing": {
"from": "09:00",
"to": "17:00"
},
"days": {
"0": true,
"1": true,
"2": true,
"3": true,
"4": true
},
"timezone": "Etc/GMT+12"
}
]
},
"sequences": [
{
"steps": [
{
"type": "email",
"delay": 2,
"delay_unit": "days",
"pre_delay": 2,
"pre_delay_unit": "days",
"variants": [
{
"subject": "Hello {{firstName}}",
"body": "Hey {{firstName}},\n\nI hope you are doing well.",
"v_disabled": true
}
]
}
]
}
],
"timestamp_created": "2026-07-24T15:45:24.372Z",
"timestamp_updated": "2026-07-24T15:45:24.372Z",
"email_gap": 10,
"random_wait_max": 10,
"email_list": [
"john@doe.com"
],
"daily_limit": 100,
"email_tag_list": [
"019f94cd-8394-7231-81aa-6fdfe913cf6b"
],
"link_tracking": true,
"open_tracking": true,
"daily_max_leads": 100,
"auto_variant_select": {
"trigger": "click_rate"
},
"not_sending_status": 2,
"limit_emails_per_company_override": {
"mode": "custom",
"daily_limit": 3,
"scope": "per_campaign"
},
"cc_list": [
"john@doe.com"
],
"bcc_list": [
"john@doe.com"
],
"organization": "019f94cd-8394-7231-81aa-6fe028c6f404",
"owned_by": "019f94cd-8394-7231-81aa-6fe19097c842",
"ai_sdr_id": "019f94cd-8394-7231-81aa-6fe227c1bda3",
"provider_routing_rules": [
{
"action": "send",
"recipient_esp": [
"all"
],
"sender_esp": [
"all"
]
}
]
}