Initialize an outbound multipart upload session
Creates a new upload session for pushing JSON data into an outbound pipeline. The pipeline must have direction: "outbound".
Documentation Index
Fetch the complete documentation index at: https://docs.filefeed.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Name of the outbound pipeline (must have direction: "outbound").
Total number of parts to upload.
x >= 1The connection's human-readable name. Resolves identically for hosted and self-hosted SFTP.
Deprecated: use connectionName. Resolved by the connection's name.
Optional final filename. Defaults to upload-{uploadId}.json.
Exact name for the delivered file. Extension appended from outputFormat if omitted.
Output serialization. Overrides format; inferred from outputFilename extension if omitted, else defaults to JSON.
csv, json, xml