looker-open-source / actions

MIT License
62 stars 103 forks source link

Changes to Slack API #633

Open jaynyoni opened 1 month ago

jaynyoni commented 1 month ago

I recently got an email from slack that they will be retiring files.upload in March 2025 and replacing it with sequenced Web API methods. You can find the detailed change log on this link It seems currently this call is being used by the looker slack api integration. Is this going to be updated?

Examples of where the API call is used is in the utils file here : https://github.com/looker-open-source/actions/blob/00fa21499ecaaf65ae9215eef99f130ce2dfd07d/src/actions/slack/utils.ts#L175

eTitiB commented 1 month ago

I can relate to this point being an issue : With a legacy bot (still authorized to use old API endpoints) I am able to send files into IMs to specific users. When it comes to doing with a recently created bot, the IM with files are never delivered to Slack.

Thanks 🙏