Make (Integromat)
Upload files to SFTP from any Make scenario.
1
Add an HTTP module
In your scenario, add HTTP → Make a request.
2
Configure the request
URLhttps://pushftp.com/api/upload/YOUR_CONNECTION_ID
MethodPOST
Body typeMultipart/form-data
Fields → file(map your file from the previous module)
Fields → path/uploads/ (optional)
HeadersAuthorization: Bearer pftp_your_api_key
3
Alternative: JSON with URL
If your trigger provides a file URL instead of binary data:
Body typeRaw / JSON
Content typeapplication/json
Request content{"url":"{{file_url}}","path":"/uploads/"}
4
Test
Run the scenario. Check the output for "success": true.