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.
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"]
}What you can build
Parameters
Inputs accepted by manage_senders.
| Name | Type | Description |
|---|---|---|
| campaign_id | string | Campaign 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_id | string | Required for action='add' or action='remove'. The account ID to add to or remove from the sender pool. |
Related tools
Manage Campaign Outreach
Set up, pause, or resume LinkedIn campaign outreach. Configure warmup, invite, and follow-up steps with daily invite limits and an invite note template.
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.
Manage A/B Variants
List, add, or remove A/B message variants on a LinkedIn campaign step. Limits split evenly across arms; retired arms fall back to the base template.
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.