mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
8 lines
273 B
Text
8 lines
273 B
Text
|
|
---
|
||
|
|
title: "Start Campaign"
|
||
|
|
description: "Start dialing contacts in a campaign"
|
||
|
|
openapi: "POST /api/v1/campaign/{campaign_id}/start"
|
||
|
|
---
|
||
|
|
|
||
|
|
Transitions the campaign from `draft` or `paused` to `running`. Dograh begins dialing contacts up to the configured `max_concurrency`.
|