Create a Multi FileFeed

Creates a new Multi FileFeed with the specified templates.
At least one template must be provided. Template keys must be unique
within the request.

Optional parameters allow configuring a source (SFTP or S3), destination (SFTP or S3),
event webhook, post-validation transform, and custom metadata at creation time.

If workspace_id is not provided, the Multi FileFeed is placed in the
organization's default Multi FileFeed folder.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The name for the new Multi FileFeed. Must be unique within the organization.

integer

ID of the folder to place this Multi FileFeed in. If not provided, the default Multi FileFeed folder is used.

workflow_templates
array of objects
required
length ≥ 1

List of templates to associate with the Multi FileFeed. At least one is required. Template keys must be unique.

workflow_templates*
SourceSftp | SourceS3 | null

Configuration for the source connection (e.g. SFTP or S3). S3 sources must be enabled for the organization.

DestinationSftp | DestinationS3 | null

Configuration for the destination connection (e.g. SFTP or S3). S3 destinations must be enabled for the organization.

string
length ≥ 1

Key of an existing event webhook to attach to this Multi FileFeed

string | null

Key of an existing post-validation transform to apply

custom_metadata
object | null

JSON object with custom metadata to associate with the Multi FileFeed

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json