drafts_update
Update a Slack draft message, including text, thread reply, attachments, or broadcast settings.
Instructions
Update an existing draft (undocumented session endpoint).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Updated draft message body text. | |
| draft_id | Yes | ID of the draft to update. | |
| 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``). | |
| client_last_updated_ts | Yes | The draft's last-updated timestamp (7-decimal-place Slack draft ts). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||