Pause an active campaign
Documentation Index
Fetch the complete documentation index at: https://docs.inboxapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the campaign to pause
^[0-9a-z]+$The body is of type object.
OK
^[0-9a-z]+$"usdjpdql3f90seqk13rwuo7z"
"Q1 SaaS founders outreach"
null
draft, active, paused, completed "active"
Whether the campaign is in dry run mode. This value is always false in production.
false
The number of prospects targeted by the campaign. While isHydrating is true, this number may not yet be final as prospects are still being evaluated for reachability. During hydration, refer to estimatedTargets for a projected total.
4723
The number of prospects that have been dispatched by the campaign. Note: this does not guarantee that every prospect received a message. In rare cases a prospect's sequence may fail (e.g. due to platform spam filters blocking the outreach) but they are still counted as contacted so the campaign can progress to completion.
2361
The number of unique prospects who replied to the campaign. Each prospect is counted at most once regardless of how many messages they send back.
118
Fraction of targets that have been contacted. 0 means none, 1 means all targets have been reached.
0.5
Fraction of contacted targets that replied. 0 means no replies, 1 means every contacted target replied.
0.05
"2025-04-02T13:44:10.000Z"
"2025-04-28T14:11:10.000Z"
null
null
"2025-04-02T13:45:00.000Z"
The campaign type.
"sequence"
Maximum messages sent per hour per account. Note: going above 20 DMs per hour is not recommended for account safety.
1 <= x <= 608
IANA timezone used for the sending schedule.
"America/New_York"
Sending windows per day of the week. Keys are 0 (Sunday) through 6 (Saturday). Values are minute-of-day ranges. Omit a day to skip sending that day.
{
"1": { "start": 540, "end": 1260 },
"2": { "start": 540, "end": 1260 },
"3": { "start": 540, "end": 1260 },
"4": { "start": 540, "end": 1260 },
"5": { "start": 540, "end": 1260 }
}Estimated number of reachable targets based on historical reachability rates. This value is most useful while isHydrating is true. Once hydration completes, targetsCount reflects the true number of contactable prospects.
3664
Whether the campaign is currently evaluating prospect reachability. Hydration determines which prospects can actually receive DMs from your linked accounts. This runs in the background as the campaign executes and may take a while for large campaigns. Once false, targetsCount is the final number of contactable prospects and estimatedTargets is no longer needed.
true
Whether the campaign is currently building its execution plan. During this time, prospects from the included lists are being processed and assigned to sender accounts. This typically takes a few seconds but may take several minutes for very large campaigns.
false
Ordered sequence of steps in the campaign.
A single step in the campaign sequence. Steps are versioned alongside the campaign: each time you update a campaign's steps, a new campaignVersion is created and the previous steps are preserved. The active sequence is always the set of steps with the highest campaignVersion. All earlier versions are historical and remain accessible — when listing campaign targets, each target records the campaignVersion that was in effect when it was dispatched.
[
{
"id": "l2cecmj26reun2ybwrvgjl1u",
"type": "message",
"rank": 0,
"data": {
"segments": [
{
"type": "variation",
"options": ["Hey", "Hello", "How's it going"]
},
{ "type": "static", "text": " " },
{ "type": "variable", "name": "first-name" },
{
"type": "static",
"text": ", how are you?"
}
]
}
},
{
"id": "imra080h2jp8zf2mm62y6h0g",
"type": "delay",
"rank": 1,
"data": { "delaySeconds": 604800, "unit": "days" }
},
{
"id": "sgauh7izipa7mbajc9qhv5h4",
"type": "message",
"rank": 2,
"data": {
"segments": [
{
"type": "static",
"text": "Get a chance to see my previous message?"
}
]
}
}
]Lists included in or excluded from the campaign targeting.
[
{
"listId": "k8f2mj26reun2ybwrvgjl1u",
"exclude": false
},
{
"listId": "p3n7xq92hd4sk1atcw8oe5fr",
"exclude": true
}
]Account link IDs assigned to send messages for this campaign.
^[0-9a-z]+$["r4t9vw15jm6bn3yxcf2dq8ek"]Automations that fire when prospects interact with the campaign.
Automation triggered when a prospect replies to the campaign.
[
{
"id": "a1b2c3d4e5f6g7h8i9j0k1l2",
"trigger": "prospectFirstReply",
"action": "setStatus",
"actionData": { "statusId": "m3n4o5p6q7r8s9t0u1v2w3x4" },
"enabled": true
}
]Custom variables available for use in campaign message templates. All variables referenced in message step segments must exist in this map, otherwise the campaign will fail validation. The variable "first-name" is automatically available for every campaign and does not need to be defined here.
{
"company-name": {
"displayName": "Company name",
"description": null
}
}