Inbox Placement testing allows you to see the likely deliverability of your email campaigns.
{- "items": [
- {
- "accountid": "",
- "createdat": "0001-01-01T00:00:00Z",
- "createdts": 0,
- "id": "",
- "isautogenerated": false,
- "kid": "",
- "lastresult": "0001-01-01T00:00:00Z",
- "mailinglist": "",
- "providerfilter": [ ],
- "seedfilter": "",
- "seedquality": 0,
- "seeds": [ ],
- "sendingdomains": [ ],
- "stats": { },
- "tags": { },
- "targetemail": "",
- "testprefix": "",
- "touched": false,
- "updatedat": "0001-01-01T00:00:00Z"
}
], - "total": 1
}
A 200 response
{- "Id": "ObjectID(\"000000000000000000000000\")",
- "last_result_at": "0001-01-01 00:00:00 +0000 UTC",
- "created_at": "0001-01-01 00:00:00 +0000 UTC",
- "updated_at": "0001-01-01 00:00:00 +0000 UTC"
}
A 200 response
A 404 response
{- "Id": "ObjectID(\"000000000000000000000000\")",
- "created_at": "0001-01-01 00:00:00 +0000 UTC",
- "updated_at": "0001-01-01 00:00:00 +0000 UTC",
- "last_result_at": "0001-01-01 00:00:00 +0000 UTC"
}
{- "items": [
- {
- "basictestresult": {
- "accountid": "",
- "campaignid": "",
- "createdat": "0001-01-01T00:00:00Z",
- "createdts": 0,
- "headers": { },
- "id": "",
- "keyboxemail": "",
- "keyboxid": "",
- "prefix": "",
- "rid": "",
- "sender": "",
- "sharingenabled": false,
- "sharingexpiry": "0001-01-01T00:00:00Z",
- "sharingid": "",
- "status": "",
- "subject": "",
- "updatedat": "0001-01-01T00:00:00Z"
}, - "body": "",
- "box": {
- "accountid": "",
- "createdat": "0001-01-01T00:00:00Z",
- "createdts": 0,
- "id": "",
- "isautogenerated": false,
- "kid": "",
- "lastresult": "0001-01-01T00:00:00Z",
- "mailinglist": "",
- "providerfilter": [ ],
- "seedfilter": "",
- "seedquality": 0,
- "seeds": [ ],
- "sendingdomains": [ ],
- "stats": { },
- "tags": { },
- "targetemail": "",
- "testprefix": "",
- "touched": false,
- "updatedat": "0001-01-01T00:00:00Z"
}, - "seedresults": [ ],
- "spamassassin": {
- "isspam": false,
- "required": 0,
- "rules": [ ],
- "score": 0
}, - "stats": { },
- "storagekey": ""
}
], - "total": 1
}
Create and run a new inbox placement test.
Either 'html' or 'template_name' field should be provided.
'variables' are Template variables, which could be used in html or template. You can use next recipient variables inside Template variables, which will be filled for every seed automatically: %recipient.first_name%, %recipient.last_name%.
A 202 response
A 400 response
A 404 response
{- "html": "<html><body>Hello {{first_name}} {{last_name}}. Visit our new shop at {{address}}. <b>Our elephants are the best.</b> </body></html>",
- "subject": "Buy our elephants",
- "template_name": "template1",
- "seed_list": "ibp-123@mailgun.com",
- "variables": {
- "first_name": "%recipient.first_name%",
- "last_name": "%recipient.last_name%",
- "address": "108, Robinson Ave, Richmond"
}, - "provider_filter": [
- "gmail.com",
- "hotmail.com"
], - "from": "First Last <mail@example.com>"
}
{- "result_id": "uuid4",
}
List all available email providers.
A 200 response
{- "items": [
- {
- "PublicProvider": {
- "created_at": "0001-01-01 00:00:00 +0000 UTC",
- "display_name": "Example",
- "domain": "example.com",
- "region": "Global",
- "updated_at": "0001-01-01 00:00:00 +0000 UTC"
}, - "unsupported_authentications": { }
}
]
}