Skip to content

Commit 42609ea

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/12/08
1 parent e3a4b81 commit 42609ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs.slack.dev/methods/chat.postMessage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"example": "**This is bold text**"
104104
},
105105
"metadata": {
106-
"desc": "JSON object with event_type and event_payload fields, presented as a URL-encoded string. Metadata you post to Slack is accessible to any app or user who is a member of that workspace.",
106+
"desc": "JSON object with event_type and event_payload fields, presented as a URL-encoded string. You can also provide Work Object entity metadata using this parameter. Metadata you post to Slack is accessible to any app or user who is a member of that workspace.",
107107
"example": "{\"event_type\": \"task_created\", \"event_payload\": { \"id\": \"11223\", \"title\": \"Redesign Homepage\"}}",
108108
"anyOf": [
109109
{

docs.slack.dev/methods/chat.unfurl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
]
8585
},
8686
"metadata": {
87-
"desc": "JSON object with `entity_type` and `entity_payload` fields, presented as a URL-encoded string. Either `unfurls` or `metadata` must be provided.",
87+
"desc": "JSON object with an entities field providing an array of Work Object entities. Either unfurls or metadata must be provided.",
8888
"anyOf": [
8989
{
9090
"type": "string"

methods/chat/chat.postMessage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"metadata": {
6666
"required": false,
6767
"example": "{\"event_type\": \"task_created\", \"event_payload\": { \"id\": \"11223\", \"title\": \"Redesign Homepage\"}}",
68-
"desc": "JSON object with event_type and event_payload fields, presented as a URL-encoded string. Metadata you post to Slack is accessible to any app or user who is a member of that workspace.",
68+
"desc": "JSON object with event_type and event_payload fields, presented as a URL-encoded string. You can also provide Work Object entity metadata using this parameter. Metadata you post to Slack is accessible to any app or user who is a member of that workspace.",
6969
"type": "string",
7070
"format": "json"
7171
},

methods/chat/chat.unfurl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"metadata": {
5858
"required": false,
59-
"desc": "JSON object with entity_type and entity_payload fields, presented as a URL-encoded string. Either unfurls or metadata must be provided.",
59+
"desc": "JSON object with an entities field providing an array of Work Object entities. Either unfurls or metadata must be provided.",
6060
"type": "string",
6161
"format": "json"
6262
}

0 commit comments

Comments
 (0)