---
title: "Send Daily Devotional Daily"
method: POST
path: "/api/scheduled-notifications/admin/send-daily-devotional-daily"
tags: ["Email Notifications"]
---

# Send Daily Devotional Daily

`POST /api/scheduled-notifications/admin/send-daily-devotional-daily`

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

Fetches today's devotional for the configured language, then sends a broadcast
using the Resend daily devotional template and RESEND_SEGMENT_ID.
Broadcast is scheduled for 7: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)
