Does Pipedream Need to Update the 'files.upload' API Call in My Tac External Upload App Workflow?

This topic was automatically generated from Slack. You can find the original thread here.

Hello, I got this notification:
You are receiving this message because we have detected that your Tac External Upload app has recently made a call to the files.upload API.

So the workflow that im using in pipedream uses the ‘slack bot’ integration and its just a single step ‘upload file’ where I choose the channel to upload said file to. I’m not sure what I can do on my end here. Is this something that has to be done on Pipedream’s end to change the files.upload API call to the newer ones?

Hi , I checked the latest code for Pipedream Slack bot and observed that the latest version use files.getUploadURLExternal instead of files.upload .

Next action:
• Could you upgrade your Slack action to the latest version (there’s an Update action on the top right)
• Or you can add a brand new Slack Bot action to your workflow, it will use the latest version

Hi sorry for the late reply, I was caught up with work. Thank you for getting back to me. That’s great to hear! I clicked the update button, so it should be using the latest version now. Thanks for the help!