Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the file upload endpoints instead of bundling it into one uploadFileV2 function #1346

Open
assembly-deepali opened this issue Nov 8, 2024 · 1 comment

Comments

@assembly-deepali
Copy link

Description

There are cases where I want to upload the files to slack, and not immediately send it. My example is I want to send a message with the correct attachments within the message a user specifies (and not two separate messages). I want two endpoints support: specifically I want to be able to upload them to slack as an external url, and create my own file block to send it within a channel.

(Optional) Slack's documentation

@sheldonhull
Copy link

I'm guessing this is what I need as well to be able to upload the file and then post with attachments like action buttons. I was trying to find out how to do this, but I think the current approach doesn't expose this to me to work with in a separate post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants