Slack: Get File Info logo

Catalog action Integrations slack

Get information about a Slack file via native OAuth integration. Returns file metadata including name, size, type, and download URLs. Ideal for: file tracking, content indexing, download link retrieval.

At a Glance

FieldValue
Action IDslack-get-file
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, read

Payload Schema

FieldTypeRequiredDescription
filestringYesFile ID to get info for (e.g., F0123456789)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-get-file", "payload": { "file": "example-file" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I