create_person_attachment
Attach an externally hosted file to a person record by providing person ID, file URI, and file name. Enables linking documents or images to a contact in Follow Up Boss CRM.
Instructions
Attach a file to a person. (POST /personAttachments)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | URI of an externally hosted file. | |
| fileName | Yes | Name of the file. | |
| fileSize | No | Size of the file in bytes. | |
| personId | Yes | ID of the person. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |