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. Can be obtained from the List All Channels action. |
| 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 format. |
| 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. |