Types
SendThreadDiscussionMessageSlackChannelDetailsInput
input
SendThreadDiscussionMessageSlackChannelDetailsInputFields
slackBlocks
String
JSON-encoded Slack Block Kit blocks. markdownContent is still required as the text fallback.
unfurlLinks
Boolean
Slack should unfurl links in the reply. Defaults to true.
replyBroadcast
Boolean
The reply should also broadcast message into the parent Slack channel. Defaults to false. Cannot be combined with attachmentIds — Slack's file upload API has no broadcast equivalent, so the combination is rejected with input_validation.

