Unlike the old single-endpoint model, sender accounts are now created via type-specific endpoints:
POST /sender-accounts/coldsend-native for managed accounts and POST /sender-accounts/smtp for SMTP accounts.Account Types
ColdSend Native
Managed email infrastructure provided by ColdSend for optimal deliverability and simplified setup.
Endpoint:
POST /api/public/v1/sender-accounts/coldsend-native
POST /api/public/v1/sender-accounts/coldsend-native/bulk:
SMTP / BYOC (Bring Your Own Credentials)
Use your existing email accounts with custom SMTP/IMAP settings. Supported provider types:GOOGLE_WORKSPACE, OUTLOOK_365, and CUSTOM_SMTP.
Endpoint: POST /api/public/v1/sender-accounts/smtp
Bulk SMTP creation is supported via
POST /api/public/v1/sender-accounts/smtp/bulk. Each inbox’s SMTP/IMAP connections are tested asynchronously. The response includes a job_id you can poll at GET /api/public/v1/sender-accounts/smtp/bulk/{job_id}/progress.
Bulk Delete Sender Accounts
POST/api/public/v1/sender-accounts/bulk/delete
Delete up to 100 sender accounts in a single async job. The request returns immediately with a job_id; poll the progress endpoint to track completion.
/api/public/v1/sender-accounts/bulk/delete/{job_id}/progress
Poll this endpoint to track bulk delete progress:
API Endpoints
List & Filter Sender Accounts
GET /api/public/v1/sender-accounts supports filtering and pagination:
Query Parameters
Response Format
Account Status
Inbox Types
The API uses theseinbox_type values consistently:
Next Steps
Provider Configuration
Detailed SMTP setup guides for Google Workspace, Microsoft 365, and custom providers.
Campaigns Overview
Learn how to assign sender accounts to campaigns.

