# POST /contacts/{id}/sequences/{seqId}/enroll

Part of the SendHeron REST API. Base URL: `https://api.sendheron.com/api/v1`

Enroll a contact in a sequence directly, without waiting for a trigger.

```http
POST https://api.sendheron.com/api/v1/contacts/{id}/sequences/{seqId}/enroll
Authorization: Bearer <YOUR_API_KEY>
```

**Required scopes:** `contacts:write`, `sequences:write`

**Success status:** `201`

**Path parameters**

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | uuid | yes | Contact UUID. |
| `seqId` | uuid | yes | Sequence UUID. |


---

Rate limits (global, all applied at once): 60 per minute, 150 per 5 minutes, 300 per hour, 2000 per day.
