Hessan Haiderzada
06/09/2026, 10:59 AMDaniil
06/09/2026, 11:03 AMHessan Haiderzada
06/09/2026, 11:03 AMMax Foster
06/09/2026, 11:05 AMHessan Haiderzada
06/09/2026, 11:07 AMDaniil
06/09/2026, 11:24 AMHessan Haiderzada
06/09/2026, 11:30 AMwe run our weekly client reports through an AI agent (via the Reply MCP connector), and it can already pull stats and manage sequences fine. There's one gap stopping it from running the reports end-to-end, and it's the important one.
The problem — the agent can't read prospect replies:
Our reports are built almost entirely from the CONTENT of inbound replies — we read each prospect's reply and categorise it (interested / callback / wrong contact / not interested / opt-out / meeting booked) into the client report. The agent talks to Reply only through the MCP connector, and today that connector exposes sequences, sequence/contact stats (open/reply/click counts), our own sent content, and mark-as-replied — but NOT the inbound reply message bodies. So it can see THAT a contact replied and the reply rate, but not WHAT they wrote. As a result we still copy every reply out of Gmail/Outlook by hand and paste it into the agent — that manual step is the main thing keeping a human in the loop.
Important: the capability already exists in your v3 REST API — the Inbox endpoints, specifically "List inbox threads" / "Filter inbox threads" and "List messages in an inbox thread" (plus "Get inbox thread"), currently Beta. The gap is purely that these reads aren't surfaced through the MCP connector, and the agent only reaches Reply via the connector (it can't call raw REST).
Ask:
1) Expose the Inbox read endpoints in the Reply MCP connector — list/filter threads (by sequence, owner, date range, read/category status) and read the full message body (from, subject, body, timestamp, linked contact id/email). Read-only is enough for us.
2) Bonus: combined with the meetingStatus write we asked about earlier, the loop closes fully — the agent could read a reply, categorise it, and set the contact's status (replied / meeting booked) in a single pass, with no manual copy-paste.Daniil
06/09/2026, 11:48 AM