Slack
SLACKBOT_GET_CHANNEL_CONVERSATION_PREFERENCES
Retrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.
Remote slackbot
Other tools also called SLACKBOT_GET_CHANNEL_CONVERSATION_PREFERENCES?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel_id": {
"type": "string",
"title": "Channel Id",
"examples": [
"C0123456789"
],
"description": "Identifier of the channel for which to retrieve conversation preferences."
}
}
}