我正在尝试使用 webhook 访问私人 google sheet 文件

I am trying to use a webhook to access a private google sheet file

我正在尝试使用传出的 slack webhook 访问私人 google sheet 文件

首先,我建议不要使用 outgoing webhook. Its an old and outdated approach and I would recommend to use either a slash command or the Events API

其次,您可以使用 Google's Apps Script Execution API 访问 google sheet。但是您需要一个脚本/Slack 应用程序来实现您的逻辑并在 Slack 和您的 Google sheet.

之间转换数据