Steer a campaign
continue_campaignSay something to the agent inside an EXISTING campaign, and get a jobId to poll with fetch_leads. This is how you grow or steer a cohort instead of forking a new one: "find 5 more like these", "look at Singapore and the Gulf instead of US institutions", "focus on funds over $5bn AuM". Prefer this over find_leads whenever the user means "more of this" or "not quite, adjust" — find_leads always creates a SEPARATE campaign with its own ICP, which splits the funnel and makes the two incomparable. The agent sees the campaign's existing leads and ICP, so you can refer to them. It cannot answer you back through this API, so give instructions, not questions. Two limits worth telling the user about: new leads count against the prospect quota, and de-duplication is per workspace — asking for 5 more can yield fewer if the agent rediscovers people already in this workspace. This does NOT remove or skip leads; saying "drop the bad ones" will not take them out of the cohort or out of the outreach queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | What to tell the agent, in plain language, as the user would say it | |
| campaignId | Yes | Campaign to continue, from list_campaigns or fetch_leads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| campaignId | Yes | ||
| campaignUrl | Yes | ||
| billingWarning | Yes |