Skip to main content
PUT
/
v3
/
sequences
/
{id}
/
email-account-links
Set sequence email accounts
curl --request PUT \
  --url https://api.reply.io/v3/sequences/{id}/email-account-links \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "emailAccountIds": [
    12345,
    67890
  ]
}
'
"<unknown>"

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
integer
required

Sequence ID

Body

application/json
emailAccountIds
integer<int64>[]
required

IDs of email accounts to link to the sequence (replaces existing links)

Required range: x >= 1

Response

Sequence email accounts updated successfully. The response body is empty.

Empty body