---
title: "Assign email account to sequence"
method: POST
path: "/v3/sequences/{id}/email-account-links"
tags: ["Sequence Email Accounts"]
---

# Assign email account to sequence

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

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

Links an email account to the sequence so it can be used for sending outbound emails.

## Path parameters

- `id` integer, required

## Request body

- object
  - `emailAccountId` integer, required — ID of the email account to link to the sequence

## Response `200`

Email account is already linked to the sequence (idempotent)

## Other responses

- `201` — Email account linked to sequence successfully
- `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)
