drafts_create
Create a message draft with automatic Block Kit rich text formatting. Schedule it, attach files, or reply in threads.
Instructions
Create a message draft (undocumented session endpoint).
Text is automatically wrapped in Block Kit rich_text format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Draft message body text. | |
| file_ids | No | IDs of already-uploaded files to attach to the draft (e.g. ``F0123``). | |
| broadcast | No | Also send the threaded reply to the channel when posted (requires ``thread_ts``). | |
| thread_ts | No | Timestamp of the parent thread to draft a reply to (e.g. ``1700000000.000100``). | |
| channel_id | Yes | ID of the channel the draft is addressed to (e.g. ``C0123``). | |
| date_scheduled | No | Unix epoch timestamp (seconds) to schedule the draft for sending. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||