---
title: "Create a drip enrollment"
method: POST
path: "/v1/drip_enrollments"
tags: ["Drip Campaigns"]
---

# Create a drip enrollment

`POST /v1/drip_enrollments`

## Request body

- DripEnrollment
  - `id` string, uuid
  - `action_flow_id` string, uuid, required
  - `donor_id` string, uuid, required
  - `status` string
  - `current_step_index` integer
  - `enrolled_at` string, date-time
  - `next_send_at` string, date-time, nullable
  - `exited_at` string, date-time, nullable
  - `exit_reason` string, nullable
  - `exit_notes` string, nullable
  - `created_at` string, date-time

## Response `201`

Created

---

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