diff --git a/site/content/integrate/webhooks/incoming/_index.md b/site/content/integrate/webhooks/incoming/_index.md
index 7890a102e0..fcd196ea85 100644
--- a/site/content/integrate/webhooks/incoming/_index.md
+++ b/site/content/integrate/webhooks/incoming/_index.md
@@ -80,7 +80,7 @@ Incoming webhooks support more than just the `text` field. Here is a full list o
| `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 |
| `attachments` | [Message attachments]({{[}}) used for richer formatting options. | If `text` is not set, yes |
-| `type` | Sets the post `type`, mainly for use by plugins.]
If not blank, must begin with "`custom_`". | No |
+| `type` | Sets the post `type`, mainly for use by plugins.
If not blank, must begin with `custom_` unless set to `burn_on_read`. | No |
| `props` | Sets the post `props`, a JSON property bag for storing extra or meta data on the post.
Mainly used by other integrations accessing posts through the REST API.
The following keys are reserved: `from_webhook`, `override_username`, `override_icon_url`, `override_icon_emoji`, `webhook_display_name`, `card`, and `attachments`.
Props `card` allows for extra information (Markdown-formatted text) to be sent to Mattermost that will only be displayed in the RHS panel after a user selects the **info** icon displayed alongside the post.
The **info** icon cannot be customized and is only rendered visible to the user if there is `card` data passed into the message.
This property is available from Mattermost v5.14.
There is currently no Mobile support for `card` functionality. | No |
| `priority` | Set the priority of the message. See [Message Priority](/integrate/reference/message-priority/) | No |