Skip to main content
POST
Set the sending mailbox for contacts in this sequence

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
integer
required

Sequence ID

Body

application/json
contactIds
integer[]
required

Contact IDs to repoint. At least one, at most 100. Each ID must be positive, and duplicates are rejected.

Required array length: 1 - 100 elements
emailAccountId
integer<int64>
required

ID of the mailbox the contacts should send from. It must already be linked to this sequence — link it with POST /v3/sequences/{id}/email-account-links first.

Response

Non-atomic result. assigned lists the contact ids now sending from that mailbox, including any that were already on it — so repeating the same call is safe. notProcessed maps every other id to the reason it was skipped.

Per-item failures use the SequenceContactError enum. Possible per-item slugs:

assigned
integer[]

IDs of the contacts now sending from the requested mailbox

notProcessed
object

Contacts that could not be repointed, keyed by contact ID