---
title: "Move Campaign Conversation To Won"
method: POST
path: "/campaigns/conversations/{conversation_id}/won"
tags: ["campaigns"]
---

# Move Campaign Conversation To Won

`POST /campaigns/conversations/{conversation_id}/won`

Manually move a campaign conversation to Won; with an ST job id, verify
the job and send the office booking email.

## Path parameters

- `conversation_id` string, required

## Request body

- MoveCampaignConversationWonRequest
  - `st_job_id` integer, nullable
  - `campaign_id` string, nullable

## Response `200`

Successful Response

- MoveCampaignConversationWonResponse
  - `customer_status` string, required
  - `email` string, required
  - `message` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/58bf6fb98548?raw)
