Create a post to a channel. Note: To create the post as a comment on another post use theDocumentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Root ID parameter.
Required Permissions: create_post for the channel the post is being created into.
External DocumentationTo learn more, visit the Mattermost documentation.
Parameters
| Parameter | Description |
|---|---|
| Channel ID | The ID of the channel. |
| File IDs | A comma-separated list of file IDs to attach to the post. |
| Message | The content of the post. The post can be plain text or formatted using Markdown. |
| Metadata | A JSON object of additional post metadata. Example: |
| Props | A JSON object of additional post properties. |
| Root ID | The ID of the parent post to reply to. When provided, the post is posted as a comment in the parent post’s thread. |
| Set Online | Select to set the user status as online when the post is sent. |