GET /api/outreach/inboxes.
Connecting
- Gmail / Google Workspace
- Outlook / Microsoft 365
- SMTP
Click Connect Gmail and authorise. OAuth means no app password to
rotate, and revoking access in your Google account revokes it here too.
Before you send anything
Set up authentication on the sending domain. Without it you will land in spam regardless of how good ManyPI’s throttling is.Warmup
A brand-new domain sending 500 emails on day one gets filtered. Warmup ramps the daily cap gradually instead.
The effective cap is always
min(warmup cap for today, daily_limit). The
scheduler uses that number — not the raw limit — so a campaign can never
out-send its inbox’s warmup.
Health
Each inbox reports a rolling picture over the last 14 days:- sends today versus today’s cap
- delivered, failed, opened, bounced
- a 24-hour bounce rate
- whether the bounce guard has paused it
- a 0–100 health score
The bounce guard
If the 24-hour bounce rate crosses the safety threshold, ManyPI pauses the inbox automatically and records why. Sends stop; nothing is lost. Fix the cause — almost always an unvalidated list — and resume.Email validation
Validating before you enroll is the fix for nearly every bounce problem.
Multiple inboxes
More inboxes means more daily volume without pushing any single mailbox past a safe cap. Campaigns can use them in several ways:
Per-seat inbox limits: 2 on Starter, 5 on Pro, 15 on Business. The workspace cap
is that number times your seat count.
Priority
When several campaigns share an inbox they compete for the same paced send slots. Each campaign has a priority from 1 to 10 — higher wins the next slot. Use it to make sure a hot campaign is not starved by a long-running background one.Reading inbox health over the API
id as the smtp_config_id when creating a campaign or sending a
one-off email.