---
title: "Set sequence email accounts"
method: PUT
path: "/v3/sequences/{id}/email-account-links"
tags: ["Sequence Email Accounts"]
---

# Set sequence email accounts

`PUT /v3/sequences/{id}/email-account-links`

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Replaces all email account links for the sequence with the provided list.
Any previously linked accounts not in the new list will be unlinked.

## Path parameters

- `id` integer, required

## Request body

- object
  - `emailAccountIds` integer[], required — IDs of email accounts to link to the sequence (replaces existing links)

## Response `204`

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

- unknown

## Other responses

- `400` — Invalid id parameter or request body validation error
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks permission to modify this sequence
- `404` — Sequence or email account not found
- `409` — Email account limit reached for this sequence
- `429` — Too Many Requests

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/revisions/1c3d32eaf95e/schema)
