Skip to main content
POST
/
mailbox
/
bulk
/
Bulk create mailboxes
curl --request POST \
  --url https://api-v2.missioninbox.com/mailbox/bulk/ \
  --header 'Content-Type: application/json' \
  --data '{
  "mailboxes": [
    {
      "email": "<string>",
      "domain": 123,
      "relay_server": 123,
      "password": "<string>",
      "project": 123
    }
  ]
}'
{
  "message": "<string>",
  "task_id": "<string>"
}

Query Parameters

csv
boolean

Set to true for CSV file upload mode

Body

mailboxes
object[]
required

List of mailboxes to create

Response

message
string
required

Mailbox creation started in background

task_id
string
required

Task ID to track progress