dograh/docs/api-reference/campaigns/pause.mdx

8 lines
320 B
Text
Raw Permalink Normal View History

---
title: "Pause Campaign"
description: "Temporarily stop a running campaign"
openapi: "POST /api/v1/campaign/{campaign_id}/pause"
---
Stops dispatching new calls. In-flight calls are not interrupted — they run to completion. Use [Resume](/api-reference/campaigns/resume) to continue from where the campaign paused.