Run manual test

This guide walks you through running an Inbox Insights manual test, where the user sends the emails themselves to our seed accounts.

1️⃣ API Authorization

Before starting, make sure you’ve completed all steps from the API Authorization section.
You’ll need a valid API key to include in the Authorization header for every request.


2️⃣ Set up a manual test

Set up the manual test via the /inbox-insights/tests/manual/setup endpoint.
The response will return a testId and botsEmail. Keep them - you'll them later.


3️⃣ Send emails manually

The user sends the email manually to our seed accounts.


4️⃣ Start manual test evaluation

After sending the emails, start the evaluation using /inbox-insights/tests/manual/start.
Pass the testId and botsEmail returned from the setup step. You'll receive idof the test in response.


5️⃣ Fetch test results

Use the /inbox-insights/tests/:id endpoint to retrieve insights about inbox, spam, and promotions folder placement.