Slack
SLACKBOT_PINS_AN_ITEM_TO_A_CHANNEL
Pins a message to a specified Slack channel; the message must not already be pinned.
Remote slackbot
Other tools also called SLACKBOT_PINS_AN_ITEM_TO_A_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C1234567890"
],
"description": "The ID of the channel where the message will be pinned."
},
"timestamp": {
"type": "string",
"title": "Timestamp",
"examples": [
"1624464000.000200"
],
"description": "Timestamp of the message to pin, in 'epoch_time.microseconds' format (e.g., '1624464000.000200'). If not provided, the most recent message in the channel will be pinned."
}
}
}