Upload a file to Slack using a bot connection and the Make an API Call module

Hi @DanBorn,

The File Upload API endpoints doesn’t need JSON instead the Content Type that you need to use is multipart/form-data and it seems that Make an API call module for Slack doesn’t support form-data and only allows JSON as part of the request.

3 Likes