FetchSlackFile 2025.3.28.13-SNAPSHOT¶
BUNDLE¶
com.snowflake.openflow.runtime | runtime-slack-processors-nar
DESCRIPTION¶
Downloads a file shared on Slack.Writes the file content to the FlowFile content and FlowFile attributes from the file.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Bot Token |
The Bot Token that is registered to your Slack application |
Channel ID |
The Slack Channel ID where the file was shared. |
File ID |
The Slack File ID to download. |
Web Client Service |
The Web Client Service to use for downloading files from Slack |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
failure |
FlowFiles that could not be processed are routed to this relationship |
success |
FlowFiles containing successfully downloaded Slack files are routed to this relationship |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
mime.type |
The MIME type of the downloaded file |
filename |
The name of the downloaded file |
slack.file.name |
The Slack File name |
slack.file.mimetype |
The Slack File MIME type |
slack.file.size |
The Slack File size in bytes |
slack.conversation.id |
The Slack Channel ID |
slack.event.ts |
The Slack event timestamp |