---
title: "Send a broadcast by ID"
method: POST
path: "/broadcasts/{broadcastId}/send"
tags: ["Broadcasts"]
---

# Send a broadcast by ID

`POST /broadcasts/{broadcastId}/send`

## Path parameters

- `broadcastId` string, uuid, required

## Response `204`

Broadcast sent successfully

## Other responses

- `404` — Broadcast not found
- `409` — Broadcast is not in a status that can be sent

## Changes

- **2026-07-28** `8ccfb9a461e2` — 2 breaking, 2 info
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the `path` request parameter `broadcastId`
  - removed the media type `application/json` for the response with the status `204`
  - added the non-success response with the status `404`
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/changes/broadcasts/:broadcastId/send/post.md)

---

[API](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api.md) · [All operations](https://skmtc.dev/indigohive/apis/cogfy-messenger-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/indigohive/cogfy-messenger-public-api/revisions/30bd33ee45c9/schema)
