---
title: "Run Campaign"
method: POST
path: "/api/v1/campaign/run/{widget_id}"
tags: ["Campaign"]
---

# Run Campaign

`POST /api/v1/campaign/run/{widget_id}`

## Path parameters

- `widget_id` string, uuid, required

## Request body

- CampaignMetadata
  - `contact_ids` string[], required — List of UUIDs that identify the contacts to receive the campaign.
  - `message` string, nullable — (Only for Chat based assistants, ignored for calling) Message to be sent
  - `start_new_conversation` boolean, nullable — (Always True for calling campaigns) Start a brand‑new thread instead of replying in the existing one.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/insighto/apis/ragify.md) · [All operations](https://skmtc.net/insighto/apis/ragify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/insighto/ragify/versions/cdca56191be9/schema)
