---
title: "Debug Send Broadcast"
method: POST
path: "/api/scheduled-notifications/admin/prayer-wall-daily/debug/send-broadcast"
tags: ["Email Notifications"]
---

# Debug Send Broadcast

`POST /api/scheduled-notifications/admin/prayer-wall-daily/debug/send-broadcast`

Debug: send prayer wall broadcast with given variables. Uses RESEND_SEGMENT_ID;
set it to your test segment when testing. Requires x-api-key header.

## Headers

- `x-api-key` string, required

## Request body

- PrayerWallBroadcastVarsRequest — Body for preview-broadcast and send-broadcast debug endpoints.
  - `name` string
  - `prayer` string
  - `prayer_request` string
  - `title` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/cb25d3fef898/schema)
