FetchSlackFile 2025.10.9.21

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.

Tags

download, file, slack

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Bot TokenThe Bot Token that is registered to your Slack application
Channel IDThe Slack Channel ID where the file was shared.
File IDThe Slack File ID to download.
Rate Limiter ServiceSlack Rate Limiter Service to coordinate rate limiting across processors
Web Client ServiceThe Web Client Service to use for downloading files from Slack

Relationships

NameDescription
failureFlowFiles that could not be processed are routed to this relationship
successFlowFiles containing successfully downloaded Slack files are routed to this relationship

Writes attributes

NameDescription
mime.typeThe MIME type of the downloaded file
filenameThe name of the downloaded file
slack.file.nameThe Slack File name
slack.file.mimetypeThe Slack File MIME type
slack.file.sizeThe Slack File size in bytes
slack.conversation.idThe Slack Channel ID
slack.event.tsThe Slack event timestamp

See also