v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Multi FileFeeds

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 folder_id is not provided, the Multi FileFeed is placed in the organization's default Multi FileFeed folder.

post/v0/multi-file-feeds

Request body

namestring required

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

folder_idinteger

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

multi_filefeed_event_webhook_keystring

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

post_validation_transform_keystring nullable

Key of an existing post-validation transform to apply

custom_metadataobject nullable

JSON object with custom metadata to associate with the Multi FileFeed

Response

Successful response

idinteger
namestring
folder_idinteger

ID of the folder containing this Multi FileFeed

custom_metadataobject
post_validation_transform_keystring nullable

Key of the post-validation transform applied to this Multi FileFeed