enqueue_todoist_review_batch
Record a daily review batch for the specified date in the action outbox. Use dry_run to log without marking pending; set dry_run=false to mark it as pending.
Instructions
Record the day's review batch in the durable action outbox. No live write.
Idempotent (one batch per day). dry_run (default true) records the payload without intending to send; dry_run=false marks it pending for a sender that is intentionally not configured. Nothing is ever sent to Todoist here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of_date | Yes | ||
| options | No | ||
| dry_run | No | ||
| db_path | No |