The Replies inbox
Outreach → Replies shows everything that came back, filterable by campaign and kind:
Over the API:
GET /api/outreach/replies, with
?campaign=, ?kind=, ?sentiment=, ?limit= and ?offset=.
Reply intelligence
Pro and Business plans.
Each classified reply also carries an
intent, a short summary and a
sentiment_score, plus workspace-level insights at
GET /api/outreach/insights — patterns
across your replies and concrete, approvable suggestions for what to change.
On plans without reply intelligence the sentiment fields are stripped from the
API response entirely, not merely hidden in the UI — the endpoint is reachable
with an API key, and a client-side gate is not a gate.
Bounces
A bounce is recorded against the send, the lead and the inbox:- the lead’s
email_statusis set to the failing status, so it is never emailed again, - the enrollment stops,
- the inbox’s 24-hour bounce rate updates, and if it crosses the threshold the bounce guard pauses that inbox automatically.
Prevent bounces at the source
Validate before you enroll. It is the fix for nearly every bounce problem.
Unsubscribes
Every campaign email can carry an unsubscribe link. When someone uses it:- the lead is flagged
unsubscribed, - their address is added to the workspace suppression list,
- all remaining steps for them are cancelled.
?status=unsubscribed — so you keep the record without ever contacting them
again.
Suppression list
The workspace’s do-not-contact list. Nothing on it is ever sent to, by any campaign, from any inbox, in any brand. Addresses land there from unsubscribes, hard bounces, and manual additions.Removing an address only clears the block. It does not re-enroll anyone, so a
mistaken removal cannot by itself restart emails to someone who opted out.
Staying compliant
ManyPI gives you the machinery; using it correctly is on you.- Include a working unsubscribe link and honour it immediately (ManyPI does this for you automatically).
- Use a real, monitored reply-to address and a genuine physical address in your signature where required.
- Do not disguise who you are or what the message is about.
- Cold B2B email is regulated differently in different jurisdictions — GDPR in the EU, CAN-SPAM in the US, PECR in the UK. Know which applies to the people you are writing to.
