List Senders
List all connected senders across email and LinkedIn.
Overview
Return the caller’s cross-channel sender inventory. Email inboxes and LinkedIn accounts both appear here as sender accounts; usetype=email or type=linkedin to narrow the list before creating a campaign.
AI agent notes
Call this during campaign setup to verify the caller has a usable sender for the intended channel. Usetype=email or type=linkedin to narrow the result, and use surface=campaigns for campaign sender selection.
An empty accounts array is not an API error; it means the user needs to connect a sender. OAuth and provider connection flows require the human to complete the browser handoff. Reddit sender rows are for Reddit automation and do not power campaigns.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter to a single channel. Use type=linkedin before creating a LinkedIn campaign and type=email before an email campaign. Campaign creation fails (400) if no account of the matching type exists.
linkedin, email, reddit Use surface=campaigns when populating campaign sender selection. Non-admin callers only receive active email senders on this surface; admin callers also receive warming email senders.
campaigns When true, include rolling weekly usage, effective limits, and email daily send stats from account_daily_stats.
Response
Flat list of senders. Empty array when the user has no senders (or none match the filter) - this is not an error.
Ordered newest-first by created_at.