https://reply.io logo
#announcements
:rocket: *Reply API V3 — Changelog (June 30, 2026)* > *TL;DR:* Mostly AI SDR…
# announcements
d

Dasha

06/30/2026, 3:45 PM
🚀 Reply API V3 — Changelog (June 30, 2026)
TL;DR: Mostly AI SDR + Live Data roadmap — search, autopilot-preview, and per-contact personalization endpoints are now fully documented ahead of their mid-June 2026 launch (still Coming Soon, not callable yet). The one live change is cosmetic: direct-outreach sends moved into their own Direct Outreach section.
🟢 Now Live Direct Outreach — sends get their own section. The 6 direct-send endpoints (already beta) moved out of Contacts into a new Direct Outreach group. Paths, methods, and behavior are unchanged — docs grouping only, no action needed. 🔜 Coming Soon (not callable yet) Live Data — Search API • Preview a search —
POST /v3/live-data/searches/preview
→
202 {jobId}
(no prospects, no credits) • Start a search —
POST /v3/live-data/searches
→
200 {searchId}
(note: 200, not 202; consumes credits) • List searches —
GET /v3/live-data/searches
(default
top
100) • Get a search —
GET /v3/live-data/searches/{id}
New
422 liveDataSearch.noMatchingContacts
. Status enum:
inProgress
/
finished
/
noMoreContacts
/
manuallyPaused
/
pausedDueToInsufficientCredits
. AI SDR — Autopilot preview •
POST /v3/sequences/ai-sdr/{sequence_id}/autopilot/preview
→
202 {jobId}
, poll
GET /v3/background-jobs/{id}
for
{contactsCount, companiesCount, sampleContacts}
. Try-before-save: filter config doesn't need saving first. AI SDR — Sequence preview & personalization • Get preview —
GET /v3/sequences/{sequence_id}/contacts/{contact_id}/preview
(generic, not AI-SDR-only) • Reset preview —
POST .../preview/reset
• Personalize —
POST /v3/sequences/ai-sdr/{sequence_id}/contacts/{contact_id}/preview/personalize
→
202 {jobId}
, progress
personalizedSteps/totalSteps
Early adopters: personalization endpoint renamed from
.../personalization/start
to `.../preview/personalize`; bulk stub removed. Never shipped, so no live impact.
🔧 Housekeeping • New Direct Outreach tag (after Custom Fields) • Live Data list + AI SDR Approvals list
top
default corrected 25 → 100 • Live Data search status enum casing fixed to camelCase •
totalSteps
documented in the personalization job result 📚 Full docs: docs.reply.io/api-reference
3 Views