---
title: "Start a campaign"
method: PATCH
path: "/campaigns/call/{campaignscalllistuuid}/start"
tags: ["campaigns"]
---

# Start a campaign

`PATCH /campaigns/call/{campaignscalllistuuid}/start`

Starts an outbound call campaign. Once started, the system begins distributing contacts from the campaign's queue to assigned users/groups for calling. An optional start date can be specified in the request body to schedule the campaign for later. The campaign must have at least one number in its queue and at least one assigned user or group — otherwise a `403` error is returned.

**Permission:** No specific permission required. A valid API key is sufficient.

## Path parameters

- `campaignscalllistuuid` string, uuid, required

## Request body

- CampaignCallStart
  - `start_date` string — Schedule the campaign

## Response `200`

Successful operation

## Other responses

- `400` — Invalid ID supplied
- `401` — Token unauthorized
- `403` — No numbers register for the campaign
- `404` — Group not found
- `500` — Internal server error

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
