---
title: "POST /automation/sequences/2026-09/enrollments"
method: POST
path: "/automation/sequences/2026-09/enrollments"
tags: ["Advanced"]
---

# POST /automation/sequences/2026-09/enrollments

`POST /automation/sequences/2026-09/enrollments`

## Query parameters

- `userId` string, required

## Request body

- PublicSequenceEnrollmentRequest
  - `contactId` string, required — The unique identifier of the contact to be enrolled in the sequence.
  - `senderAliasAddress` string — The alias email address used by the sender when enrolling the contact.
  - `senderEmail` string, required — The email address of the sender enrolling the contact in the sequence.
  - `sequenceId` string, required — The unique identifier of the sequence in which the contact will be enrolled.

## Response `200`

successful operation

- PublicSequenceEnrollmentLiteResponse
  - `enrolledAt` string, date-time, required — The date and time when the contact was enrolled in the sequence.
  - `id` string, required — The unique identifier for the sequence enrollment.
  - `toEmail` string, required — The email address of the contact enrolled in the sequence.
  - `updatedAt` string, date-time, required — The date and time when the sequence enrollment was last updated.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/automation-sequences.md) · [All operations](https://skmtc.net/hubspot/apis/automation-sequences/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/automation-sequences/versions/d422166bc8e1/schema)
