createDealAttachment
Attach an externally-hosted file to a deal by supplying deal ID, file URI, and file name. Requires system-level environment variables for access.
Instructions
Attach an externally-hosted file to a deal. "Restricted - Registered Systems Only": requires FUB_SYSTEM + FUB_SYSTEM_KEY env vars. uri must point to an externally hosted file — FUB does NOT host uploads via this endpoint (omitting URI returns 403).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dealId | Yes | Deal ID | |
| uri | Yes | File URI | |
| fileName | Yes | File name | |
| fileSize | No | File size |