setBulkCallNumberActive
Pause or resume a specific number in a bulk call campaign's rotation pool to stop or continue dialing from it, preserving its history and counters when paused.
Instructions
Stop or resume dialing from one number in the pool.
Pausing is what you want when a number starts going bad mid-campaign: dialing moves to the next number in sequence and the paused number keeps its history and counters. The last active number of a running campaign cannot be paused, since the campaign would have nothing to dial from.
Send the state you want rather than a toggle, so retrying the same request is harmless.
assignment_id is the number's id within this campaign's pool, from
List rotation pool. It is not the phone_number_id.
(Tags: Bulk calls)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requestBody | Yes | The JSON request body. | |
| bulk_call_id | Yes | Id of the bulk call campaign. | |
| assignment_id | Yes | The `assignment_id` from List rotation pool. |