provider chat GET /chat.getPermalink
@utdk/slack /chat.getPermalink
chat_getPermalink
Retrieve a permalink URL for a specific extant message
token query required
Authentication token. Requires scope: `none`
string
channel query required
The ID of the conversation or channel containing the message
string
message_ts query required
A message's `ts` value, uniquely identifying it within a channel
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

chatGetpermalink
GET/chat.getPermalink
Retrieve a permalink URL for a specific extant message

required

Authentication token. Requires scope: `none`

required

The ID of the conversation or channel containing the message

required

A message's `ts` value, uniquely identifying it within a channel

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.chatGetpermalink()