send_approved_drafts
Post approved drafts sequentially from a JSON file, respecting a configurable rate limit. Use dry-run mode to preview before publishing.
Instructions
WRITE. Sequentially post every entry in drafts.json where action=='approved'. Honors rate_seconds throttle. Dry-run by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drafts_path | Yes | ||
| dry_run | No | ||
| rate_seconds | No | ||
| force | No |