Skip to main content
POST
/
v1
/
create_inbox_test
Create Inbox Test
curl --request POST \
  --url https://api.campaigncleaner.com/v1/create_inbox_test \
  --header 'Content-Type: application/json' \
  --data '
{
  "test_name": "My Campaign Inbox Test"
}
'
{
  "job_id": "12345",
  "test_name": "My Campaign Inbox Test",
  "mailtester_address": "mailtest+a1b2c3d4@campaigncleaner.com",
  "instructions": "Send your campaign to ALL addresses in the send_to list. Results will be available via get_inbox_test_results once processing is complete.",
  "send_to": [
    "seed1@gmail.com",
    "seed2@yahoo.com",
    "seed3@outlook.com",
    "mailtest+a1b2c3d4@campaigncleaner.com"
  ]
}

Headers

X-CC-API-Key
string

Body

application/json
test_name
string

Response

200 - application/json

OK

The response is of type object.