---
title: "Campaign Calls"
method: POST
path: "/api/v1/campaigns/{campaign_id}/calls"
tags: ["Campaigns"]
---

# Campaign Calls

`POST /api/v1/campaigns/{campaign_id}/calls`

## Path parameters

- `campaign_id` string, required — The ID of the campaign.

## Request body

- LaunchTargetsRequest
  - `target_ids` string[], nullable — The IDs of the campaign targets to call. If not provided, count must be set.
  - `count` integer, nullable — Number of random pending targets to launch. If not provided, target_ids must be set.
  - `prioritize_oldest` boolean — Whether to prioritize oldest targets when launching.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getprosperapp/apis/prosper-voice.md) · [All operations](https://skmtc.net/getprosperapp/apis/prosper-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getprosperapp/prosper-voice/revisions/672ca50a9215/schema)
