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.

Apex


Parameters

  1. fileRequestInputs - List of Types.CreateFileRequestInput
  2. 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 objects

Example

Apex