Archive Campaign
Archives a campaign so it stops accepting new actions while keeping all historical data intact. Use it to wind down outreach without losing reporting, since archiving is fully reversible. Fails with not found if the campaign_id does not exist.
Example prompt: Archive the q1-fintech-outreach campaign, we're done with it for now
{
"campaign_id": "q1-fintech-outreach",
"archived": true,
"status": "archived"
}What you can build
Parameters
Inputs accepted by archive_campaign.
| Name | Type | Description |
|---|---|---|
| campaign_id | string | The campaign ID to archive (e.g. 'q1-fintech-outreach') |
Related tools
Unarchive Campaign
Restore an archived LinkedIn campaign to active status. Idempotent, so re-running on an already-active campaign causes no error.
Delete Campaign
Permanently delete a LinkedIn campaign and all related rows via cascade. Irreversible, so use archive when you need to preserve historical data.
Get Campaign Details
Fetch one LinkedIn campaign with state, stats, health, and outreach config, or list all campaigns. Parallel slice loading via the include parameter.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.