Last Updated: Nov 4, 2020
Use this function to upload a given file to the slack application with the given title.
Upload File (token, channel_id, file_path, title)
Input Parameter Name | Description |
---|---|
token | Authentication token |
channel_id | ID of the channel to which file should be uploaded |
file_path | Path of the file to be uploaded |
title | The message to be uploaded with the file |
Return Value | Description |
---|---|
Output |
|
Upload File (ABCDE, NC-45, C:/Username, New)
To view all the Slack functions, click here.