Mark or unmark contacts as replied
contacts:operate scope (or a broader one that includes it).
Marks the given contacts as replied (isReplied: true) or clears the replied flag (isReplied: false) across every sequence they are currently enrolled in.
To restrict the change to a single sequence, use POST /v3/sequences/{id}/contacts/set-replied instead.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
Response
Non-atomic result. The response body is a dictionary keyed by contact id listing per-item failures. Empty object {} means all contacts were updated successfully.
Per-item failures use the ContactError enum. Common per-item slugs:
Dictionary of per-item failures keyed by contact id. Empty object {} means all succeeded.
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.