Manage files in your workflows

You can move files into or out your workflow using Xtensions. Xtensions supports file handing with streaming, file URL references, or base64-encoded strings.

How to

Examples

Upload a file to a new task in Asana using file streaming.

Upload files by streaming

Upload a file to Flowdock by passing a file URL reference.

Upload files by URL

Upload a file into a GitHub repository using base64 encoding.

Upload base64 files

Download a welcome pack to send with a file URL reference.

Download files by URL

Download the documentation from a GitHub repository with base64 encoding.

Download base64 files

Also see OpenAPI Specification quick reference.