Skip to main content
POST
Add multiple SMTP email accounts

Authorizations

X-API-Key
string
header
required

API key with format cs_live_xxx

Body

application/json

Request for bulk creating SMTP inboxes.

inboxes
SMTPInboxBulkItem · object[]
required

List of SMTP inboxes to create (max 100)

Required array length: 1 - 100 elements

Response

Bulk SMTP inbox creation initiated

Response for bulk SMTP inbox creation.

success
boolean
required
message
string
required
total
integer
required

Total inboxes in request

success_count
integer
required

Number of successfully created inboxes

failed_count
integer
required

Number of failed creations

job_id
string | null

Job ID for tracking progress

results
SMTPInboxBulkResult · object[]

Individual creation results