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 :
|
await slack.files.upload({ |
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 :
actions/src/actions/slack/utils.ts
Line 175 in 00fa214