https://reply.io logo
#announcements
:rocket: *Reply API V3 β€” Changelog (July 16, 2026)* > *TL;DR:* Sequence…
# announcements
d

Dasha

07/17/2026, 11:17 AM
πŸš€ Reply API V3 β€” Changelog (July 16, 2026)
TL;DR: Sequence sorting & date filters,
emailProvider
on contact accounts, new team-users endpoint. Counts, unarchive, CSV export & email stats documented ahead of July releases.
🟒 Now Live β€’ Workspace β€”
GET /v3/whoami/team-users
lists all users in your team:
teamId
,
teamName
,
userId
,
userName
,
userEmail
β€’ Sequences β€”
GET /v3/sequences
gains
sortBy
(`created`/`name`/`status`),
sortDirection
(`asc`/`desc`, requires
sortBy
),
createdAfter
(ISO-8601); invalid sort β†’
400 sequence.invalidSort
β€’ Contact Accounts β€” single-account responses add read-only
emailProvider
, resolved from the domain's MX records (
gSuite
,
office
,
gmail
, …);
null
when undetermined β€’ AI SDR Reply Handlers (beta) β€” new
deliveryMode
(`draft`/`auto`/`stopAndNotify`) + `additionalNotificationEmail`;
stopAndNotify
is feature-gated β†’
403 knowledgeBase.stopAndNotifyNotEnabled
πŸ”œ Coming Soon late July 2026: β€’ Counts (return
{"count": N}
):
POST /v3/contacts/filter/count
β€’
GET /v3/sequences/count
β€’
GET /v3/sequences/{id}/contacts/count
β€’ Unarchive:
POST /v3/sequences/{id}/unarchive
β€’
POST /v3/sequences/unarchive
(bulk, 1–100 ids, non-atomic) β€’ Email account stats:
GET /v3/email-accounts/{id}/stats
β€’
POST /v3/email-accounts/stats
(
emailsSentToday
,
totalEmailsSent
,
dailySendingLimit
) mid-July 2026: β€’
GET /v3/holiday-calendars/{id}/export-csv
β€” CSV download, filename = calendar name πŸ“šdocs.reply.io/api-reference/introduction
3 Views