Actions
Send File
Upload or create a file.
Note: If the channel/group is private, the Blink application must be added to the channel to send files to it.
Note: Even if the action is Completed
, it still might not return the correct output but the file will still be uploaded to slack.
External Documentation
To learn more, visit the Slack documentation.
Basic Parameters
Parameter | Description |
---|---|
Alt Text | The file’s image description for screen-reader. |
Channel IDs | A comma-separated list of channel IDs where the file will be shared. Can be obtained using the Get Channels action. |
Channel Names | A comma-separated list of channel names where the file will be shared. Can be obtained using the Get Channels action. |
File Content | The raw content of the file to upload. |
File Content Source | The source of the file’s content. |
File Identifier | The identifier of the file. Can be obtained by using the Set File Variable action. |
File Name | The name of the file to upload. |
File Title | The title of the uploaded file in slack. |
File Type | The syntax type of the displayed file’s snippet. |
Message | The message text attached to the file in the specified channels . |
Send To | Choose the message destination from the following options: * Channel By IDs - Target specific channels using their unique IDs.* Channel By Names - Target specific channels using their display names.* Direct Message - Send to a specific user’s direct message* Group Chat - Send to multiple users in a group chat.Note: Using channel IDs is significantly faster than channel names and less likely to timeout. |
User Email | The email address of the recipient to send the file to. |
User Emails | A comma separated list of email addresses of users to send the file to in a group chat. |
Advanced Parameters
Parameter | Description |
---|---|
Thread TS | Provide a message’s timestamp (ts) value to upload this file as a threaded reply. Restrictions: * This parameter cannot be used when sending the file to multiple channels. * Using a reply’s timestamp is forbidden, only the parent’s timestamp is allowed. |
Example Output
Workflow Library Example
Send File with Slack and Send Results Via Email
Preview this Workflow on desktop