Destructive

Manage Campaign Senders

Manages the pool of sender accounts on a campaign. Use action='list' to see configured senders, 'add' to bring a sender into the round-robin pool (daily limits split evenly across senders), or 'remove' to hard-delete a sender (contacts are reassigned at the next cron, not immediately). Fails if the campaign is not found, the sender is already added, or the sender to remove is not found.

manage_sendersPOST/api/v1/campaigns/{campaign_id}/senders/{sender_account_id}
crispy — bash

Example prompt: Add sender account acct_88f1 to my gtm-engineers-apr26 campaign

{
  "campaign_id": "gtm-engineers-apr26",
  "action": "add",
  "senders": ["acct_5a2c", "acct_88f1"]
}
Permission scope
core
Access
Destructive
Category
Campaigns

What you can build

Scale a campaign's volume by adding more sender accounts to the pool
Distribute daily limits evenly across senders with round-robin
Audit which accounts are currently sending for a campaign
Remove an account from the rotation when it needs a rest

Parameters

Inputs accepted by manage_senders.

NameTypeDescription
campaign_idstringCampaign slug (e.g. 'gtm-engineers-apr26').
action"list" | "add" | "remove"'list' returns all senders; 'add' adds sender_account_id to the campaign; 'remove' removes sender_account_id from the campaign.
sender_account_idstringRequired for action='add' or action='remove'. The account ID to add to or remove from the sender pool.

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.