send_approved_drafts
Post every entry with action 'approved' from a drafts.json file sequentially. Supports dry run mode, custom rate throttling, and optional force posting to bypass dedup.
Instructions
WRITE. Sequentially post every entry in a drafts.json file where action=='approved'. Skips proposed/rejected/already-deduped rows. Honors rate_seconds throttle. Defaults dry_run=true; set false to actually post. Use force=true to bypass dedup (rare; reposts a previously-sent reply).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drafts_path | Yes | ||
| dry_run | No | ||
| rate_seconds | No | ||
| force | No |