Last Updated: Feb 14, 2022
Use this function to download a given file from slack server.
Download File (token, file_id, file_path,)
Input Parameter Name | Description |
---|---|
token | Authentication token |
file_id | ID of the file to be downloaded |
file_path | Path of the file to be downloaded |
- To know more about token, click here.
- To view the Channel ID, right click on the channel name in the left menu and select Copy link in Slack. Paste in a text editor, the URL is of the format: https://<Slack URL>/<Channel ID>.
Return Value | Description |
---|---|
Output |
|
Download File (xoxp-12QWERT, FID, C:/Invoices)
To view all the Slack functions, click here.