External DocumentationTo learn more, visit the Slack documentation.
Actions
Get Chat Permalink
Retrieve a permalink URL for a specific extant message.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Channel ID | The ID of the conversation or channel containing the message. |
| Timestamp | A message’s ts value, uniquely identifying it within a channel. |
{
"channel": "C1H9RESGA",
"ok": true,
"permalink": "https://ghostbusters.slack.com/archives/C1H9RESGA/p135854651500008"
}
Was this page helpful?