Slack
SLACKBOT_ADD_A_STAR_TO_AN_ITEM
Stars a channel, file, file comment, or a specific message in Slack.
Remote slackbot
Other tools also called SLACKBOT_ADD_A_STAR_TO_AN_ITEM?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"file": {
"type": "string",
"title": "File",
"examples": [
"F1234567890",
"F0987654321"
],
"description": "ID of the file to add a star to."
},
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C1234567890",
"G0123456789"
],
"description": "ID of the channel to star. If starring a specific message, this is the ID of the channel containing the message, and `timestamp` must also be provided."
},
"timestamp": {
"type": "string",
"title": "Timestamp",
"examples": [
"1234567890.123456",
"1678886400.000100"
],
"description": "Timestamp of the message to add a star to. This uniquely identifies the message within the specified `channel`. Requires `channel` to also be provided."
},
"file_comment": {
"type": "string",
"title": "File Comment",
"examples": [
"Fc1234567890",
"Fc0987654321"
],
"description": "ID of the file comment to add a star to."
}
}
}