Slack
slack_pin_message
Pin a message to a channel. Cannot pin channel join messages or files.
Remote node2flow/slack
Other tools also called slack_pin_message?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "Channel ID"
},
"timestamp": {
"type": "string",
"description": "Timestamp of the message to pin"
}
}
}