---
title: "Update campaign"
method: PUT
path: "/api/v1/campaigns/{id}"
tags: ["Campaigns"]
---

# Update campaign

`PUT /api/v1/campaigns/{id}`

## Request body

- UpdateCampaignRequest
  - `name` string
  - `goal` string
  - `subject` string
  - `html` string
  - `link` string, uri
  - `audienceType` 'all' | 'tags' | 'manual'
  - `audienceTags` string[]
  - `audienceContactIds` string[]
  - `sendNow` boolean
  - `scheduledAt` string, date-time
  - `personalizationMode` 'off' | 'lead_description_intro'

## Response `200`

Campaign updated

## Other responses

- `400` — Validation error
- `404` — Resource not found

---

[API](https://skmtc.net/nudgen-marketing/apis/nudgen-developer-api.md) · [All operations](https://skmtc.net/nudgen-marketing/apis/nudgen-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nudgen-marketing/nudgen-developer-api/versions/f90a364e1720/schema)
