queue_post
Schedule a post for later execution. Provide text verbatim or a topic to generate text immediately. Optionally set a delay with an ISO 8601 timestamp. Posts are held until you call process_queue.
Instructions
Schedule a post for paced execution. Pass text verbatim, or a
topic to generate the text NOW with the configured LLM (the stored
payload is final — list_queue shows exactly what will be posted).
not_before is an optional ISO 8601 timestamp. Nothing executes
until process_queue is called (or auto_drain, if enabled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| media | No | ||
| topic | No | ||
| account | Yes | ||
| community | No | ||
| not_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |