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
- Upload and download files with base64 encoding: Base64 files.
 - Upload and download files by URL reference: Files by URL reference.
 - Upload and download files by octet streaming: Files as octet streams.
 - Upload files by multipart formdata: Files as multipart formdata.
 
Examples
| 
                                                             | 
                                                        
                                                             Upload a file to a new task in Asana using file streaming.  | 
                                                    
| 
                                                             | 
                                                        
                                                             Upload a file to Flowdock by passing a file URL reference.  | 
                                                    
| 
                                                             | 
                                                        
                                                             Upload a file into a GitHub repository using base64 encoding.  | 
                                                    
|   | 
                                                        
                                                             Download a welcome pack to send with a file URL reference.  | 
                                                    
| 
                                                             | 
                                                        
                                                             Download the documentation from a GitHub repository with base64 encoding.  | 
                                                    
Also see OpenAPI Specification quick reference.