---
title: "Enable sequence"
method: POST
path: "/sequences/{sequenceId}/enable"
tags: ["Sequences"]
---

# Enable sequence

`POST /sequences/{sequenceId}/enable`

Activates a sequence and opens it for new enrollments. If it was paused, held subscribers continue from their current step and due waits are queued gradually.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence enabled successfully

- SequenceActionResponse
  - `success` boolean
  - `message` string
  - `sequenceId` string
  - `enrollmentPaused` boolean — Present for enrollment pause/resume actions.

## Other responses

- `400` — Validation error, including missing Stripe connection for discount sequences
- `401` — Unauthorized
- `403` — No company selected
- `404` — Sequence not found

## Changes

- **2026-06-19** `810a8f0c38e5` — 1 info
  - added the optional property `enrollmentPaused` to the response with the `200` status
- **2026-04-23** `97195824586e` — 1 info
  - added the non-success response with the status `400`
- **2026-04-20** `ed7439559402` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sequences/:sequenceId/enable/post.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/afa92b16b62c/schema)
