What is the simplest way to find a slack team ID and a channel ID?

后端 未结 9 871
时光取名叫无心
时光取名叫无心 2020-12-07 10:46

We are trying to setup deep linking into slack, as described here:

https://api.slack.com/docs/deep-linking

The document states that to open a specific team,

9条回答
  •  无人及你
    2020-12-07 11:19

    The easiest way to get the team and channel id and is to add slack developer tool app to your slack, you can can it here.

    After adding it all you simply need to do is go to any channel and choose this command

    /sdt whoami

    It will output a snippet like this one.

    There are much more commands and other things you can perform with this slack app, I would highly recommend it if you're building any integrations for slack.

提交回复
热议问题