記事一覧
![](https://assets.st-note.com/production/uploads/images/148639713/rectangle_large_type_2_e3881716ccbb40350b7bc345a40db43f.png?width=800)
【GAS】Google Apps Script 活用事例 Slackで新しく作成したチャンネルに一括招待したいときに使えるスクリプト
新しく作成したチャンネルに200 ~ 300人くらい一括で招待したいと思うシーンがあり実装しました。 特定のチャンネルに所属しているメンバーをシートに書き出すスクリプトfunction getSlackChannelMembers() { const slackToken = "xoxp-********************************************"; // 取得したSlack APIトークン const channelId = "***