---
title: "Disable/enable undialed recipients in broadcast"
method: POST
path: "/texts/broadcasts/{id}/toggleRecipientsStatus"
tags: ["texts"]
---

# Disable/enable undialed recipients in broadcast

`POST /texts/broadcasts/{id}/toggleRecipientsStatus`

This operation lets the user to disable/enable undialed contacts in created broadcast

## Path parameters

- `id` integer, required

## Query parameters

- `enable` boolean

## Request body

- Recipient[]
  - `phoneNumber` string — A recipient's phone number in E.164 format (11-digit) or short code. Example: 12132000384, 67076
  - `fromNumber` string — ~
  - `contactId` integer — An id of existing contact used as recipient
  - `attributes` object — Map of user-defined string attributes associated with recipient

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
