Skip to content

Commit 4b36657

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/03/19
1 parent 3a88850 commit 4b36657

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

methods/chat/chat.postMessage.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"desc": "How this field works and whether it is required depends on other fields you use in your API call. See below for more detail.",
3131
"type": "string"
3232
},
33+
"agent_message_source_type": {
34+
"required": false,
35+
"desc": "Identify how the message was posted for agentforce BE logging."
36+
},
3337
"as_user": {
3438
"required": false,
3539
"example": "true",

methods/files/files.completeUploadExternal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"blocks": {
1414
"required": false,
1515
"example": "[{\"type\": \"section\", \"text\": {\"type\": \"plain_text\", \"text\": \"Hello world\"}}]",
16-
"desc": "A JSON-based array of structured blocks, presented as a URL-encoded string. If the initial_comment field is provided, the blocks field is ignored.",
16+
"desc": "A JSON-based array of structured rich text blocks, presented as a URL-encoded string. If the initial_comment field is provided, the blocks field is ignored.",
1717
"type": "blocks[] as string",
1818
"format": "json"
1919
},

0 commit comments

Comments
 (0)