https://reply.io logo
#announcements
:loudspeaker: *Reply API V3 โ€” Changelog (June 5)* Hey folks! :wave: We'veโ€ฆ
# announcements
d

Dasha

06/08/2026, 5:41 PM
๐Ÿ“ข Reply API V3 โ€” Changelog (June 5) Hey folks! ๐Ÿ‘‹ We've shipped a chunky batch of API updates - full AI SDR Sequences coverage, new Live Data + Intent Signals typeahead endpoints, and a few breaking changes worth a quick look before your next deploy. Quick rundown below ๐Ÿ‘‡ โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ๐Ÿšจ Breaking changes โ€” please check these 1๏ธโƒฃ
totalCount
removed from Contacts endpoints
Affects
GET /v3/contacts
ยท
POST /v3/contacts/filter
Response now returns only
items
+
hasMore
. If you read
totalCount
, switch to cursor-style pagination using
hasMore
.
2๏ธโƒฃ Sequence Preview feedback path moved โ€” now under the
ai-sdr
segment:
/v3/sequences/ai-sdr/{id}/contacts/{id}/preview/steps/{step_id}/feedback
3๏ธโƒฃ Tag renames
AI SDR Live Data
โ†’
Live Data
ยท
AI SDR Contact Enrichment
โ†’
Contact Enrichment
ยท
JasonAi credits
โ†’
Reply credits
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ โœจ AI SDR Sequences โ€” now fully covered All 14 endpoints are live under
/v3/sequences/ai-sdr/{id}
(Create = base path, no
{id}
):
Copy code
Action                         Method          Path
Create sequence                POST            (base)
Get settings                   GET             /settings
Update settings                PATCH           /settings
Enable autopilot               POST            /autopilot/enable
Disable autopilot              POST            /autopilot/disable
Force-start autopilot          POST            /autopilot/force-start
Set approval mode              PUT             /approval-mode
Set generated step types       PUT             /generated-step-types
Get/Set/Remove playbook        GET/PUT/DELETE  /playbook
Get/Set/Remove knowledge base  GET/PUT/DELETE  /knowledge-base
Heads up on force-start errors:
409 autopilotDisabledByContactsLimit
(limit reached) ยท
409 autopilotDisabledByLackOfContacts
(no contacts) ยท
404
on playbook/KB DELETE when nothing's attached.
โœจ More new endpoints โ€ข Intent Signals (typeahead) โ€”
GET /v3/ai-sdr/intent-signals/industries
ยท
โ€ฆ/technologies
โš ๏ธ These return Sales Navigator strings โ€” different from Live Data filter-value industries (Reply taxonomy), so don't mix them up. โ€ข Live Data Filter Values are live (finally off "coming soon" ๐ŸŽ‰) โ€” 5 typeahead endpoints under `/v3/live-data/filter-values`: industries ยท departments ยท seniorities ยท locations ยท job-titles โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ๐Ÿ”ง Smaller improvements โ€ข Inbox โ€” filter by owner via new `ownerUserId`:
POST /v3/inbox/threads/filter
(body, integer nullable) and
GET /v3/inbox/threads/categories
(query param, integer). Target user must be on your team, else
400
. โ€ข Rate limiting โ€” all
429
responses now include a
Retry-After
header (integer, seconds) so you can back off cleanly. โ€ข Sidebar reordered to strict Aโ€“Z, parent-first grouping. โ€ข Auth guide rewritten โ€” now covers Master API key + Organization API key (with impersonation details). โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€ ๐Ÿ“š Full docs: https://docs.reply.io/api-reference Questions or hit a snag migrating? Drop them in the thread ๐Ÿงต
2 Views