Slack

SLACKBOT_LISTS_PINNED_ITEMS_IN_A_CHANNEL

Retrieves all messages and files pinned to a specified channel; the caller must have access to this channel.

Remote slackbot

Other tools also called SLACKBOT_LISTS_PINNED_ITEMS_IN_A_CHANNEL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C1234567890",
        "G0123456789",
        "D0123456789"
      ],
      "description": "The ID of the channel to retrieve pinned items from. This can be a public channel ID, private group ID, or direct message channel ID."
    }
  }
}
          

Provider

Slack →