Schedule a job
x_organic_schedule_createSchedule organic X/Twitter posts for future delivery, bypassing X's lack of native scheduling. Define one-time, recurring, or cron runs with exact copy and timing.
Instructions
Enqueue a future organic action on AdvisorPPC's queue (X cannot natively schedule). tool must be allowlisted. arguments must be the user-supplied copy/ids — never invent text. confirm=true after they named the time and the copy. Enables publish_queue so the worker will fire it. Kinds: once (run_at ISO), every (every_ms), cron (5-field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | No | 5-field cron in the scheduler timezone, e.g. 0 9 * * 1-5 | |
| kind | Yes | ||
| name | No | ||
| tool | Yes | Allowlisted x_organic_* write tool | |
| run_at | No | ISO-8601 first run. Default now+1m for every/cron, required for once. | |
| confirm | No | ||
| every_ms | No | ||
| max_runs | No | ||
| timezone | No | ||
| arguments | Yes |