Get Senders for Campaign
Senders
Get Senders for Campaign
Sender accounts attached to the campaign, with weekly limits, rolling 7-day usage, and per-campaign attribution.
GET
Get Senders for Campaign
CLI:
Overview
Returns every sender account attached to the campaign plus the rate-limit context an agent needs to reason about throughput:- Per-account weekly limits (with defaults filled in based on
is_premium) - Rolling 7-day usage for connections + messages, aggregated globally across all the caller’s campaigns (not just this one)
- Per-campaign
sentcount — only populated ascampaign_messages_sentfor LinkedIn campaigns with exactly one sender, where attribution is unambiguous. Email and multi-sender LinkedIn exposecampaign_total_sentat the top level instead.
campaign_total_sent (total sent messages for this campaign) and campaign_type (channel) so a single call is enough to render a sender dashboard.
AI agent notes
Default limits. When an account has no per-account override, the weekly limits come from
Daily default for every account is 30 unless overridden.Usage is global, not per-campaign.
is_premium:| Channel | Free | Premium |
|---|---|---|
| Weekly connection requests | 80 | 100 |
| Weekly messages | 100 | 150 |
weekly_connections_sent / weekly_messages_sent sum activity across every campaign this account is attached to — not just this one. That matches how the rate limiter actually decides whether to throttle a send, so it’s the correct signal to surface “is this sender about to hit its cap?”Attribution caveat. campaign_messages_sent is deliberately null for email and multi-sender LinkedIn because there’s no cheap way to map a sent message back to a specific sender when round-robin is in play. Use campaign_total_sent for the aggregate.No mutations here. Adding or removing senders happens via PATCH /api/campaigns/{id} with a sender_account_ids field on draft campaigns. This endpoint is read-only.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Campaign UUID
Response
Sender list and campaign sender statistics.
Required range:
0 <= x <= 9007199254740991Required range:
0 <= x <= 9007199254740991Required range:
0 <= x <= 9007199254740991Required range:
0 <= x <= 9007199254740991Required range:
0 <= x <= 9007199254740991Channel for this campaign. Immutable after creation.
Available options:
linkedin, email