Create Post In Channel action.
Required Permissions: upload_file.
External DocumentationTo learn more, visit the Mattermost documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create Post In Channel action.
Required Permissions: upload_file.
| Parameter | Description |
|---|---|
| Channel ID | The ID of the channel to upload the file to. |
| Client IDs | The ID for the file that will be returned in the response. |
| File Identifiers | A comma-separated list of file identifiers. |
{
"file_infos": [
{
"id": "string",
"user_id": "string",
"post_id": "string",
"create_at": 0,
"update_at": 0,
"delete_at": 0,
"name": "string",
"extension": "string",
"size": 0,
"mime_type": "string",
"width": 0,
"height": 0,
"has_preview_image": true
}
],
"client_ids": [
"string"
]
}
Was this page helpful?