Slack
SLACK_PINS_AN_ITEM_TO_A_CHANNEL
Pins a message to a specified Slack channel; the message must not already be pinned.
Remote slack
Other tools also called SLACK_PINS_AN_ITEM_TO_A_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "The ID of the channel where the message will be pinned.\nExample: \"C1234567890\""
},
"timestamp": {
"type": "string",
"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.\nExample: \"1624464000.000200\""
}
}
}