Apex
CloudFiles Client
Create File Requests
a file request is a way to receive files from customers files received using a file request can be moved to a preconfigured folder automatically global static list\<filerequest> createfilerequests( list\<types createfilerequestinput> filerequestinputs, string runas ) parameters filerequestinputs list of types createfilerequestinput docid 4e8mw5gmosmbjblbb89t4 runas email id of the user on whom behalf the function should run if you want to run the action as automation user, supply integrationuser return type list of filerequest docid\ zdw0 8n6ty2nfo4oszg2p objects example list\<cldfs types createfilerequestinput> filerequestinputs = new list\<cldfs types createfilerequestinput>{ 	new cldfs types createfilerequestinput('file request 01', 'file request test', '10bj6bajlx9iufzkxef1sktcxbclvjazn', 'google', 'mydrive') }; cldfs client createfilerequests(filerequestinputs, 'integrationuser');