Unarchive Campaign
Restores an archived campaign back to active status so it can accept actions again. The operation is idempotent, meaning it returns no error if the campaign is already active. Fails with not found if the campaign_id does not exist.
Example prompt: Restore the q1-fintech-outreach campaign back to active
{
"campaign_id": "q1-fintech-outreach",
"archived": false,
"status": "active"
}What you can build
Parameters
Inputs accepted by unarchive_campaign.
| Name | Type | Description |
|---|---|---|
| campaign_id | string | The campaign ID to unarchive (e.g. 'q1-fintech-outreach') |
Related tools
Archive Campaign
Archive a LinkedIn campaign to stop new actions while preserving all historical data. Reversible with unarchive, unlike permanent deletion.
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.
Confirm Campaign Launch
Flip a configured LinkedIn campaign to enabled so the daily cron begins sending. Idempotent and safe to re-run on an already-active campaign.
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.