Add multiple SMTP email accounts
Sender Accounts
Add multiple SMTP email accounts
Bulk connect multiple email accounts via SMTP/IMAP
Add multiple email accounts in a single request (max 100). Each account must have valid SMTP/IMAP credentials.
Important Notes
- Maximum 100 inboxes per request
- Connection validation runs in background
- Returns immediately with a job_id for tracking
- Poll the progress endpoint to check status
Tracking Progress
Use the returned job_id to track progress:
GET /api/public/v1/sender-accounts/smtp/bulk/{job_id}/progress
POST
Add multiple SMTP email accounts
Authorizations
API key with format cs_live_xxx
Body
application/json
Request for bulk creating SMTP inboxes.
List of SMTP inboxes to create (max 100)
Required array length:
1 - 100 elementsResponse
Bulk SMTP inbox creation initiated
Response for bulk SMTP inbox creation.
Total inboxes in request
Number of successfully created inboxes
Number of failed creations
Job ID for tracking progress
Individual creation results

