---
title: "Send Prayer Wall Daily"
method: POST
path: "/api/scheduled-notifications/admin/send-prayer-wall-daily"
tags: ["Email Notifications"]
---

# Send Prayer Wall Daily

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

Daily cron job endpoint to send the prayer wall email to the Resend signup segment.
Call once per day (e.g. at a fixed time).

Fetches last N approved prayers, picks best for engagement via LLM, then sends
a broadcast using the Resend dashboard template and RESEND_SEGMENT_ID.
Broadcast is scheduled for 11:00 AM EST.

Requires x-api-key header for authentication.

## Headers

- `x-api-key` string, required

## 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/versions/523833f9e819/schema)
