You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: