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

# Approve Campaign Suggestion

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

Approve a suggestion: announces it on Slack for a manual launch. Nothing sends.

## Path parameters

- `suggestion_id` string, required

## Response `200`

Successful Response

- ApproveCampaignSuggestionResponse
  - `suggestion_id` string, required
  - `campaign_name` string, required
  - `audience_count` integer, required

## Other responses

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

## Changes

- **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/216c8523b7ae?raw)
