Slack

SLACKBOT_START_REAL_TIME_MESSAGING_SESSION

Initiates a Slack RTM session providing a single-use WebSocket URL (valid 30s) for event streaming; does not set initial presence status.

Remote slackbot

Other tools also called SLACKBOT_START_REAL_TIME_MESSAGING_SESSION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "presence_sub": {
      "type": "boolean",
      "title": "Presence Sub",
      "default": null,
      "examples": [
        true,
        false
      ],
      "nullable": true,
      "description": "Delivers presence events only for explicitly subscribed users if `True`. See Slack's [presence subscriptions](https://slack.dev) documentation."
    },
    "batch_presence_aware": {
      "type": "boolean",
      "title": "Batch Presence Aware",
      "default": null,
      "examples": [
        true,
        false
      ],
      "nullable": true,
      "description": "Enables batching of presence status deliveries for subscribed users if `True`, altering `presence_change` event structure. See Slack's [batch presence](https://slack.dev) documentation."
    }
  }
}
          

Provider

Slack →