Sending files
This will show you the flow of how to send files with the Filemail API
Last updated
Was this helpful?
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:
You Initialize the transfer with all meta data so you get the information you need in order to start uploading the files.
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.
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?
Was this helpful?
