---
title: "Send Church Rsvp Reminders Cron"
method: POST
path: "/api/churches/send-rsvp-reminders-cron"
tags: ["churches"]
---

# Send Church Rsvp Reminders Cron

`POST /api/churches/send-rsvp-reminders-cron`

Cron endpoint to send weekend Mass commitment reminders.
Runs every hour on Friday and Saturday (UTC).
Per-user local time filtering (>= 5 PM) is handled inside the task.

## 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)
