Sign in

Get message permalink

documented

Retrieve a permalink for a message.

GET /api/chat.getPermalinkMessagingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://slack.com/api/chat.getPermalink?channel={{$channel}}&message_ts={{$message_ts}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"