Slack
SLACK_JOIN_AN_EXISTING_CONVERSATION
Joins an existing Slack conversation (public channel, private channel, or multi-person direct message) by its ID, if the authenticated user has permission.
Remote slack
Other tools also called SLACK_JOIN_AN_EXISTING_CONVERSATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "ID of the Slack conversation (public channel, private channel, or multi-person direct message) to join.\nExamples:\n \"C1234567890\"\n \"G0987654321\"\n \"D123ABCDEF0\""
}
}
}