13
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【GAS】SlackAPIで特定期間のメッセージとスレッドを全て取得する

13
Last updated at Posted at 2022-11-30

この記事は個人ブログに移行しました。最新情報はブログ版をご覧ください。

要点

  • はじめに — こんにちはGAS兄です😃 Slackで特定期間のメッセージを全て取得したいとき、あるよね! ということでやっていきましょう。
  • API仕様 — 以前は channels.history でメッセージとスレッド両方取得できていたそうなのですが、廃止になってしまったそうで、 現在はメッセージをconversations.
  • GAS — ということでソースコードいってみましょう!ドーン💥 まずはチャンネル取得して チャンネルごとにメッセージ取得して スレッド持つメッセージならスレッドも取得して〜 みたいなことをやっています。

もっと詳しく

  • ブログではコード全文や補足資料を継続的に更新しています
  • 気になる点があればコメントください🙌
13
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?