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