Slack
SLACK_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 slack
Other tools also called SLACK_RETRIEVE_MESSAGE_PERMALINK_URL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"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.\nExamples:\n \"C012AB3CD\"\n \"G123456\""
},
"message_ts": {
"type": "string",
"description": "A message's `ts` value (timestamp), uniquely identifying it within a channel. Example: '1610144875.000600'.\nExamples:\n \"1610144875.000600\"\n \"15712345.001500\""
}
}
}