Skip to main content
jobNimbus.uploadFile upload a file and relate it to JobNimbus records.
automations/jobnimbus-upload-file.automation.ts

Inputs

Provide a File smaller than 100 MB, at least one related contact or job ID, and the configured numeric file type. Optional description and privacy are supported; generateThumbnail defaults to true. Optional second argument { account } selects a named JobNimbus binding.

Output

Returns { id, filename, thumbnailUrl? } after the signed upload and JobNimbus completion request both succeed. With the default generateThumbnail: true, thumbnailUrl contains the generated thumbnail URL. When thumbnail generation is disabled, JobNimbus creates it asynchronously and can omit the URL from this response. Multipart uploads are not exposed.