createPersonAttachment
Attach an externally-hosted file to a person record by providing the file URI, file name, and person ID.
Instructions
Attach an externally-hosted file to a person. "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 |
|---|---|---|---|
| uri | Yes | File URI | |
| fileName | Yes | File name | |
| fileSize | No | File size in bytes | |
| personId | Yes | Person ID |