---
title: "Start a drip campaign"
method: POST
path: "/drip_campaigns/{id}/start"
tags: ["drip_campaigns"]
---

# Start a drip campaign

`POST /drip_campaigns/{id}/start`

Starts a drip campaign

## Path parameters

- `id` string, required

## Response `200`

Drip campaign started successfully

- StartDripCampaignResponse
  - `data` StartDripCampaignResponseData
    - `jids` string[] — Array of job IDs for the started drip campaign

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Resource not found
- `422` — Unprocessable entity
- `500` — Internal server error

---

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