Skip to main content

Get Chat Permalink

Retrieve a permalink URL for a specific extant message.

External Documentation

To learn more, visit the Slack documentation.

Parameters

ParameterDescription
Channel IDThe ID of the conversation or channel containing the message.
TimestampA message's ts value, uniquely identifying it within a channel.

Example Output

{
"channel": "C1H9RESGA",
"ok": true,
"permalink": "https://ghostbusters.slack.com/archives/C1H9RESGA/p135854651500008"
}

Workflow Library Example

Get Chat Permalink with Slack and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop