---
title: "Send broadcast to individual"
method: POST
path: "/api/broadcasts.sendToIndividual"
---

# Send broadcast to individual

`POST /api/broadcasts.sendToIndividual`

Sends a broadcast to a single recipient for testing purposes. Optionally specify which template variation to send.

## Request body

- SendToIndividualRequest
  - `workspace_id` string, required — The ID of the workspace
  - `broadcast_id` string, required — ID of the broadcast
  - `recipient_email` string, email, required — Email address to send test to
  - `template_id` string — Optional specific template variation to send

## Response `200`

Broadcast sent to individual successfully

- object
  - `success` boolean

## Other responses

- `400` — Bad request - validation failed
- `401` — Unauthorized - invalid or missing authentication token
- `404` — Broadcast not found
- `500` — Internal server error

## Changes

- **2025-11-14** `940c5636d0b4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pierre-b/apis/notifuse-api/changes/api/broadcasts.sendToIndividual/post.md)

---

[API](https://skmtc.dev/pierre-b/apis/notifuse-api.md) · [All operations](https://skmtc.dev/pierre-b/apis/notifuse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pierre-b/notifuse-api/revisions/bca4a43d9d46/schema)
