> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Process Scheduled Posts

> Automatically publish posts at their scheduled time.

Cron-triggered function that publishes posts at their scheduled time.

## Endpoint

```
POST /functions/v1/process-scheduled-posts
```

## How it works

1. Finds all posts scheduled for the current time window
2. Publishes each post to its target platforms
3. Updates status to `published` or `failed`
4. Logs results for tracking
