---
title: "Approve Campaign Suggestion"
method: POST
path: "/campaigns/suggestions/{suggestion_id}/approve"
tags: ["campaigns"]
---

# Approve Campaign Suggestion

`POST /campaigns/suggestions/{suggestion_id}/approve`

A manager's approve announces on Slack for a manual launch; Noso's approve IS
that launch — the campaign goes live and its first sends queue.

## Path parameters

- `suggestion_id` string, required

## Response `200`

Successful Response

- ApproveCampaignSuggestionResponse — A manager's approve is a Slack notice; Noso's approve launches, and says so.
  - `suggestion_id` string, required
  - `campaign_name` string, required
  - `audience_count` integer, required
  - `launched` boolean
  - `campaign_id` string, nullable
  - `total_customers` integer
  - `queued_count` integer

## Other responses

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

## Changes

- **2026-09-23** `d1993647e543` — 4 info
  - added the optional property `campaign_id` to the response with the `200` status
  - added the optional property `launched` to the response with the `200` status
  - added the optional property `queued_count` to the response with the `200` status
  - added the optional property `total_customers` to the response with the `200` status
- **2026-09-15** `6242f8ed3b67` — 3 breaking, 2 info
  - removed the required property `campaign_id` from the response with the `200` status
  - removed the required property `queued_count` from the response with the `200` status
  - removed the required property `total_customers` from the response with the `200` status
  - added the required property `audience_count` to the response with the `200` status
  - …1 more
- **2026-09-02** `d96feef8e2ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/campaigns/suggestions/:suggestion_id/approve/post.md)

---

[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/94953390bbd8?raw)
