Get Chat Permalink
Retrieve a permalink URL for a specific extant message.
External Documentation
To learn more, visit the Slack documentation.
Parameters
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. |
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
Preview this Workflow on desktop