files_complete_upload_external
Finalize external file uploads using IDs from getUploadURLExternal, and optionally share them in a Slack channel with a message or as a thread reply.
Instructions
Complete an upload external process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | File objects to finalize, each with an ``id`` from ``files.getUploadURLExternal`` and optional ``title``. | |
| thread_ts | No | Timestamp of the parent message to share the files into as a thread reply (e.g. ``1700000000.00``). | |
| channel_id | No | ID of the channel to share the uploaded files into (e.g. ``C0123``). | |
| initial_comment | No | Message text to post alongside the shared files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||