Sending files
This will show you the flow of how to send files with the Filemail API
This is the typical flow on how you would send files using the Filemail API:
1
Call Initialize
You Initialize the transfer with all meta data so you get the information you need in order to start uploading the files.
2
Add files/folders to the Transfer
The call to Initialize will return URL and credentials which you will use to upload actual files. You can find more information about this process on the Upload files page.
3
Finalize the Transfer by calling Complete
When all files has finished uploading, you activate the transfer by calling Complete.
The specification for each step and how to do this is described in the sub pages. Remember to first read the section about Custom authentication
Last updated
Was this helpful?