Slack
SLACKBOT_RETRIEVE_MESSAGE_PERMALINK_URL
Retrieves a permalink URL for a specific message in a Slack channel or conversation; the permalink respects Slack's privacy settings.
Remote slackbot
Other tools also called SLACKBOT_RETRIEVE_MESSAGE_PERMALINK_URL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"title": "Channel",
"examples": [
"C012AB3CD",
"G123456"
],
"description": "The ID of the conversation or channel containing the message. This can be a public channel ID, a private channel ID, a direct message channel ID, or a multi-person direct message channel ID."
},
"message_ts": {
"type": "string",
"title": "Message Ts",
"examples": [
"1610144875.000600",
"15712345.001500"
],
"description": "A message's `ts` value (timestamp), uniquely identifying it within a channel. Example: '1610144875.000600'."
}
}
}