Slack

SLACKBOT_GET_TEAM_DND_STATUS

Retrieves a user's current Do Not Disturb status.

Remote slackbot

Other tools also called SLACKBOT_GET_TEAM_DND_STATUS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "users": {
      "type": "string",
      "title": "Users",
      "examples": [
        "U1234,U5678"
      ],
      "description": "Comma-separated list of users to fetch Do Not Disturb status for"
    }
  }
}
          

Provider

Slack →