diff --git a/site/content/integrate/webhooks/incoming/_index.md b/site/content/integrate/webhooks/incoming/_index.md index 7890a102e0..ebed3abde8 100644 --- a/site/content/integrate/webhooks/incoming/_index.md +++ b/site/content/integrate/webhooks/incoming/_index.md @@ -76,6 +76,7 @@ Incoming webhooks support more than just the `text` field. Here is a full list o |---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------| | `text` | {{}} message to display in the post.
To trigger notifications, use `@`, `@channel`, and `@here` like you would in other Mattermost messages. | If `attachments` is not set, yes | | `channel` | Overrides the channel the message posts in. Use the channel's name and not the display name, e.g. use `town-square`, not `Town Square`.
Use an "@" followed by a username to send to a Direct Message.
Defaults to the channel set during webhook creation.
The webhook can post to any Public channel and Private channel the webhook creator is in.
Posts to Direct Messages will appear in the Direct Message between the targeted user and the webhook creator. | No | +| `root_id` | Root message of the thread the message posts in. | No | | `username` | Overrides the username the message posts as.
Defaults to the username set during webhook creation; if no username was set during creation, `webhook` is used.
The {{}} configuration setting must be enabled for the username override to take effect. | No | | `icon_url` | Overrides the profile picture the message posts with.
Defaults to the URL set during webhook creation; if no icon was set during creation, the standard webhook icon ({{}}) is displayed.
The {{}} configuration setting must be enabled for the icon override to take effect. | No | | `icon_emoji` | Overrides the profile picture and `icon_url` parameter.
Defaults to none and is not set during webhook creation.
The expected value is an emoji name as typed in a message, either with or without colons (`:`).
The {{}} configuration setting must be enabled for the override to take effect.. | No |