Onboarding playbooks by use case
Different teams should not onboard the same way. The fastest setup depends on what problem you are trying to solve first.
Playbook: clean an existing list
Use this when you already have a file and want a fast operational win.
- Verify one known address manually.
- Upload a small sample file.
- Run analysis before full verification.
- Process the full list after the sample looks correct.
- Export and action the results by status.
Best next reading:
Playbook: recurring hygiene
Use this when the goal is not one cleanup but a repeatable process.
- Connect the source system.
- Confirm the right lists or audiences are visible.
- Define who reviews risky and unknown outcomes.
- Monitor credits and cadence.
Best next reading:
Playbook: API validation at signup
Use this when you want bad addresses blocked before they enter the system.
- Create a dedicated API key.
- Test the single-email endpoint.
- Add graceful retry and timeout behavior.
- Decide how the application should handle ambiguous results.
Best next reading:
Playbook: agency or multi-client operations
Use this when one team manages multiple lists or client environments.
- Separate credentials by environment or client.
- Define who owns suppression policy.
- Standardize CSV preparation before every upload.
- Use the same result interpretation policy across accounts unless there is a reason not to.
This reduces support load and keeps operations predictable across accounts.