Slack
SLACK_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 slack
Other tools also called SLACK_START_REAL_TIME_MESSAGING_SESSION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"presence_sub": {
"type": [
"boolean",
"null"
],
"default": null,
"description": "Delivers presence events only for explicitly subscribed users if `True`. See Slack's [presence subscriptions](https://slack.dev) documentation.\nExamples:\n true\n false"
},
"batch_presence_aware": {
"type": [
"boolean",
"null"
],
"default": null,
"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.\nExamples:\n true\n false"
}
}
}