Skip to main content

File Upload

The File Upload node uploads files to cloud storage (S3) from within an orchestration. It supports multiple input methods — direct file, base64 string, public URL, or WhatsApp media — and returns a public download URL. File Upload Node

Use Cases

  • Store files received from a webhook or WhatsApp message in S3
  • Convert base64-encoded file data to a publicly accessible URL
  • Mirror files from an external URL into your own storage
  • Attach uploaded file URLs to records in Airtable or Slack

Node Reference

Parameters

Operations


Output Data

A successful upload returns the storage URL:
Reference in downstream nodes:

  • WhatsApp Trigger — Receive a WhatsApp media message and upload the file
  • Airtable — Attach the uploaded URL to an Airtable record
  • Slack — Share the file URL in a Slack message