Slack

SLACKBOT_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 slackbot

Other tools also called SLACKBOT_JOIN_AN_EXISTING_CONVERSATION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C1234567890",
        "G0987654321",
        "D123ABCDEF0"
      ],
      "description": "ID of the Slack conversation (public channel, private channel, or multi-person direct message) to join."
    }
  }
}
          

Provider

Slack →