Upload a file to Dromo's headless import system using a presigned S3 URL. This action performs the actual file upload step in Dromo's headless import workflow: 1. First, create a headless import via POST to /headless/imports/ to get an upload URL 2. Then, use this action to uplo…
fileRequiredstringRaw file content as bytes. For CSV files, encode the CSV text as UTF-8 bytes. For binary files, provide the raw binary data.
upload_urlRequiredstringPresigned S3 URL obtained from creating a headless import. This URL is valid for 30 minutes and grants temporary permission to upload the file via HTTP PUT. Obtain this URL by creating a headless import with the Dromo API.
content_typeRequiredstringMIME type of the file being uploaded. Common values: 'text/csv' for CSV files, 'application/vnd.ms-excel' for Excel files, 'text/plain' for text files.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.