Slack
SLACKBOT_INITIATES_CHANNEL_BASED_CONVERSATIONS
DEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.
Remote slackbot
Other tools also called SLACKBOT_INITIATES_CHANNEL_BASED_CONVERSATIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"examples": [
"mychannel"
],
"description": "Name of the public or private channel to create"
},
"team_id": {
"type": "string",
"title": "Team Id",
"default": null,
"examples": [
"T1234567890"
],
"nullable": true,
"description": "encoded team id to create the channel in, required if org token is used"
},
"is_private": {
"type": "boolean",
"title": "Is Private",
"default": null,
"examples": [
true
],
"nullable": true,
"description": "Create a private channel instead of a public one"
}
}
}