---
title: "Send Call Nudge Cron"
method: POST
path: "/api/live-activity/send-call-nudge-cron"
tags: ["live-activity"]
---

# Send Call Nudge Cron

`POST /api/live-activity/send-call-nudge-cron`

Cron endpoint to send call nudge Live Activity notifications.
Call nudges are Live Activity notifications for AI incoming calls.

Sends call nudges to eligible users who:
- Have completed onboarding
- Signed up at least 1 week ago
- Have live activity tokens
- Have not yet received a call nudge this ISO week (1 per week max)

Each run randomly samples ~2.9% of eligible users so nudges land on
a random day of the week, averaging 1 nudge per user per week.

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)
