Slack
slack_unpin_message
Unpin a message from a channel.
Remote node2flow/slack
Other tools also called slack_unpin_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 unpin"
}
}
}